Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Jan 13, 2022 - Jupyter Notebook
Add a description, image, and links to the matplotlib topic page so that developers can more easily learn about it.
To associate your repository with the matplotlib topic, visit your repo's landing page and select "manage topics."
Bug summary
The
FontManager.addfont()
method is documented as accepting a path-like, but if a path-like for a .ttf font file is passed it raisesTypeError
Code for reproduction