Usage of tex
Closed this issue · 1 comments
pnkraemer commented
The usetex
flag in fonts.py
is a little bit cumbersome at the moment:
- when specific fonts do not exist in the specific matplotlib setup (e.g.
Times
),usetex=True
would allow including them via\includepackage{times}
. It is probably much easier to use them this way ifusetex=True
is set. - Since then the function behaves quite differently than the non-tex ones, they should be different functions (not one function with different inputs).