Re: [Matplotlib-users] font style problem!

2008-08-19 Thread sa6113
family define font name here. sa6113 wrote: > > I use this code to set plot legend font : > > font = FontProperties(family ='monospace',style = 'italic',size='large', > weight='bold') > self.ax.legend( line, label, legend , prop = font) > > but font style dosen't effect while

Re: [Matplotlib-users] font style problem!

2008-08-19 Thread Mathieu Leplatre
> but font style dosen't effect while other properties set properly. > what is the problem?? Did you try using a font name ? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linu

[Matplotlib-users] font style problem!

2008-08-18 Thread sa6113
I use this code to set plot legend font : font = FontProperties(family ='monospace',style = 'italic',size='large', weight='bold') self.ax.legend( line, label, legend , prop = font) but font style dosen't effect while other properties set properly. what is the problem?? -- View