Enhanced histogram function
This is a histogram function that enables the use of more sophisticated algorithms for determining bins. Aside from the bins argument allowing a string specified how bins are computed, the parameters are the same as pylab.hist().
This function was ported from astroML: http://astroML.org/
Parameters: | x : array_like
bins : int or list or str (optional)
ax : Axes instance (optional)
**kwargs :
|
---|
See also
Notes
Return values are the same as for plt.hist()