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

plt.hist: argument 'normed' should be changed into 'density' | all versions and chapters #431

Open Pindar777 opened 5 years ago

Pindar777 commented 5 years ago

Hi there,

the kwarg 'normed' in plt.histo was deprecated in matplotlib since 2.1 and should be changed into 'density'.

By the way: Thanks to all contributers - awesome work! And the TFB-variant is really helpful to get started with the TF and TFB!

Cheers