On Fri, Jan 05, 2007 at 04:23:53PM -0600, Glen W. Mabey wrote:
>     p.get_name()
>
> If this last statement returns the first element of
>     matplotlib.rcParams[ 'font.sans-serif' ]
> then I would think that everything is working like it ought to.
> fallback font is being used (fm.defaultFont).

Thanks.  This caught it.  I needed to install a bunch more True Type fonts as I
had too little on my system.


> Contrary to the comments in the default matplotlibrc, it seems that
> font.size does not set the fontsize for axis labels and ticks; you have
> to set [xy]tick.labelsize and axes.labelsize explicitly.

What worked for me was adding fontsize=FONT_SIZE keyword setting
in EVERY command that involved text.

Chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to