Re: [Matplotlib-users] Legend, Axis-Title and umlaut and special characters

2006-07-29 Thread Jouni K Seppanen
Till Wagner <[EMAIL PROTECTED]> writes: > 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 t

[Matplotlib-users] Legend, Axis-Title and umlaut and special characters

2006-07-28 Thread Till Wagner
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(axesTi