Hi,
i have nearly the same problem. I need to make plots
in which the text, axea and labels are either in
english, frensh, german, spanish or italian. I use
wxPython and in the main-program it woks with the
languages, but the plots have these little squares in
the text if there has to be a umlaut
> "marek" == marek <[EMAIL PROTECTED]> writes:
marek> I need to make plots in which the axes and text labels
marek> display in either English, Spanish, or Portuguese.
Does the unicode demo work for you?
http://matplotlib.sourceforge.net/examples/unicode_demo.py
JDH
---
I need to make plots in which the axes and text labels display in
either English, Spanish, or Portuguese.
I have code that successfully adds the labels in English but when
using Spanish or Portuguese characters the labels show up mangled.
I then switched to trying to get the simple_plot.py exampl