While using this code I get an error saying : 
Figure instance has no attribute 'findobj' 


I found that, I need a new version of mpl that install on python 2.4 and
higher but I used python 2.3 and I can't upgrade that. would you plz tell me
that may I accomplish that witout findobject?? How?

Thanks alot for your help.


sa6113 wrote:
> 
> I want to set all font system to my texts, but I can't set all the fonts.
> I am using this code:
> 
> font    = FontProperties(   size='small' ,fname = 'Tahoma'      )
> self.ax.legend(        line,       label,  legend , prop = font )
> 
> It raises this error :
> font = FT2Font(str(fname))
> RuntimeError: Could not open facefile Tahoma; Cannot_Open_Resource
> 
> Should I add a font family for that before? How?
> 

-- 
View this message in context: 
http://www.nabble.com/set-font-problem.-tp19468970p19507410.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