We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d3e94 commit a73ba18Copy full SHA for a73ba18
doc/examples/hist_scipy.py
@@ -18,7 +18,7 @@ def display_histogram_scipy(bench, mean, bins):
18
pylab.plot(values, fit, '-o', label='mean-stdev')
19
20
plt.legend(loc='upper right', shadow=True, fontsize='x-large')
21
- pylab.hist(values, bins=bins, normed=True)
+ pylab.hist(values, bins=bins)
22
pylab.show()
23
24
0 commit comments