8000 Consolidate histogram examples · matplotlib/matplotlib@529d9f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 529d9f7

Browse files
committed
Consolidate histogram examples
1 parent 402b301 commit 529d9f7

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

examples/api/histogram_demo.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/statistics/histogram_demo_features.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
# add a 'best fit' line
2727
y = mlab.normpdf(bins, mu, sigma)
2828
plt.plot(bins, y, 'r--')
29+
plt.xlabel('Smarts')
30+
plt.ylabel('Probability')
31+
plt.title(r'Histogram of IQ: $\mu=100$, $\sigma=15$')
2932

3033
plt.show()

examples/tests/backend_driver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@
257257
'date_index_formatter.py',
258258
'donut_demo.py',
259259
'font_family_rc.py',
260-
'histogram_demo.py',
261260
'image_zcoord.py',
262261
'joinstyle.py',
263262
'legend_demo.py',

0 commit comments

Comments
 (0)
0