Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard
plt.hist: argument 'normed' should be changed into 'density' | all versions and chapters
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