Python_2  1.0
Namespaces | Functions
bell.py File Reference

Namespaces

 bell
 How to Make a Bell Curve in Python?
 

Functions

def bell.pdf (x)
 A custom function to calculate the probability distribution function. More...
 
def bell.plot (x, xlabel="", ylabel="")
 Plot the curve by using matplotlib. More...
 
def bell.plot2 (x, title="")
 Plot the curve by using seaborn. More...
 
def bell.plot3 (x, title="", xlabel="", ylabel="", fig=None, ax=None)
 Plot the histogram by using matplotlib. More...
 
def bell.showPlot (show=True, file_name="bell.png")
 Draw the graphics. More...
 
def bell.main (argv=None)
 Main program for plotting the curve. More...