Description
Documentation Link
https://matplotlib.org/stable/tutorials/text/text_props.html#default-font
Problem
In https://matplotlib.org/stable/tutorials/text/text_props.html#default-font we are told that we can use any "available fonts" for fontfamily
. It would be nice if this tutorial, or another, indicated how to get that list of available fonts, and then specfically how to specify them in fontfamily
. I tried a couple of things on stack overflow, but font family
does not appear to accept full strings like "Times New Roman", so I assume I need to specify something more low level?
Overall I find font handling still quite confusing, and it seems it requires deeper knwoledge than most users are going to have (or its explained somewhere that is not adequately cross linked).
Suggested improvement
No response
Matplotlib Version
main