I wanted to use this code to set the label font in my legends:

from pylab.font_manager import fontManager, FontProperties
font = FontProperties(size='x-small')
legend(legends,prop=font)

but I'm getting "ImportError: No module named font_manager".

Can someone help me set legend size? Thanks.

Stephen

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to