CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.51k stars 7.84k forks source link

'normed' property replaced with 'density' in plt.hist #497

Open sevgiozturk opened 4 years ago

sevgiozturk commented 4 years ago

'normed' property returns Attribute Error! new implementation of matplotlib.pyplot uses 'density' property instead of 'normed' in plt.hist