We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5416da2 commit 5a4be4cCopy full SHA for 5a4be4c
examples/statistics/histogram_demo_features.py
@@ -27,7 +27,7 @@
27
y = mlab.normpdf(bins, mu, sigma)
28
plt.plot(bins, y, '--')
29
plt.xlabel('Smarts')
30
-plt.ylabel('Probability')
+plt.ylabel('Probability density')
31
plt.title(r'Histogram of IQ: $\mu=100$, $\sigma=15$')
32
33
# Tweak spacing to prevent clipping of ylabel
0 commit comments