Re: [Matplotlib-users] help with fonts in legends

2007-04-23 Thread Matthias Michler
Hi Stephen, On Sunday 22 April 2007 23:35, Stephen Boulet wrote: I wanted to use this code to set the label font in my legends: from pylab.font_manager import fontManager, FontProperties ... but I'm getting ImportError: No module named font_manager. Can someone help me set legend size?

[Matplotlib-users] help with fonts in legends

2007-04-22 Thread Stephen Boulet
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.