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
> 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
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