A histogram displays numerical data by grouping data into "bins" of equal width.
More...
◆ alpha
◆ bins
_04_histogram_demo.bins = None |
Left hand edge of each bin.
◆ density
_04_histogram_demo.density |
◆ facecolor
_04_histogram_demo.facecolor |
_04_histogram_demo.l = plt.plot(bins, y, 'r--', linewidth=1) |
◆ mu
Number of counts in each bin of the histogram.
◆ patches
_04_histogram_demo.patches = None |
The individual patches used to create the histogram, e.g a collection of rectangles.
◆ sigma
◆ True
_04_histogram_demo.x = mu + sigma * np.random.randn(10000) |
Holds a sample (or samples) from the “standard normal” distribution.