SciPy

prob140.Plot

prob140.Plot(dist, width=1, mask=[], event=[], edges=None, show_ev=False, show_ave=False, show_sd=False, **vargs)[source]

Plots the histogram for a single distribution

Parameters:

dist : Table

A 2-column table representing a probability distribution

width (optional) : float

Width of the intervals (default: 1)

mask (optional) : boolean array or list of boolean arrays

Colors the parts of the histogram associated with each mask (default: no mask)

edges (optional) : boolean

If True, there will be a small border around the bars. If False, there will be no border. (default: small border unless there more than 75 bins

show_ev (optional) : boolean

Adds a tick mark at the expected value (default : False)

show_ave (optional) : boolean

Adds a tick mark at the average of an empirical distribution (default : False)

show_sd (optional) : boolean

Adds two tick marks one sd above and one sd below the expected value (default : False)

vargs

See pyplot’s additional optional arguments