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 this message in context: 
http://www.nabble.com/font-style-problem%21-tp19045196p19045196.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to