Hi all,
I use Matplotlib and LaTeX to produce essentially two types of documents;
technical reports for a large corporation and scientific papers.
Thus, I use several LaTeX cls-files which uses different fonts.

What is the most convenient way to get Matplotlib to use the same fonts as
my main document and also to quickly switch between the
different document types?

So far I've tried reading a file with settings specific to the current
document and using "rcParams.update(params)" to dynamically change
the settings. This way I can get the right font for legends and labels, but
I have not figured out how to get correct fonts for the numbers
on the x- and y-axes. Matplotlib uses whatever is default in my LaTeX
installation (Computer Modern?). I use "text.usetex: True".

This must be a problem that I share with others. Does anyone have a good
solution?

Best regards,
Johan
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to