Hi,

i have a problem with matplotlib (i use version 0.85
with python 2.3). In some graphs it is necessary to
have the name of the registered user in the title. I
do this like this:

self.axes = self.figure.add_subplot(111)
[...]
axesTitle = "Registered to %s." %user     
self.axes.set_title(axesTitle , fontsize = 8)

The program should be localized to german, frensh,
italian and spanish, so the names can include some
umlauts and special characters (like ä, ü, ö, ß, ß, é
and so on). In my program it works well, but in the
matplotlib-graphs are only squares where the umlauts
should be. Same with the legend. Any help or tips?

Thanks

   Till Wagner


        

        
                
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to