cumhist demo

Plot cumulative distribution without binning.

../_images/sphx_glr_plot_cumhist_001.png
from matplotlib import pyplot
import numpy

import adaptiveheatmap

data = numpy.random.randn(1000)
adaptiveheatmap.cumhist(data)
pyplot.show()

Total running time of the script: ( 0 minutes 0.044 seconds)

Gallery generated by Sphinx-Gallery