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

Fix `linewidth` parameter: `str` → `float`. #559

Open Fillll opened 1 year ago

Fillll commented 1 year ago

In the current stable Matplotlib version (3.7), lw (linewidth) should not be a string but float. Reference.

Fixed for Ch-1. Let me know if this format of PR is fine, then will fix in other chapters as well.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB