jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
43.2k stars 17.93k forks source link

Change plt.hist deprecated normed paramter to density #189

Open bingyao opened 5 years ago

bingyao commented 5 years ago

matplotlib.pyplot.hist's normed parameter is deprecated and will be removed.

This PR changes deprecated normed parameter to density.