Unicode string in python-plplot?

Fernando Perez fperez528 at yahoo.com
Mon Sep 20 16:07:23 EDT 2004


Wojciech Zabolotny wrote:

> Hi All,
> 
> I have to build some relatively complex plots using the Python script.
> It seems to me, that the python-plplot is a good library, allowing to
> produce both: screen plots for interactive use, and the PostScript plots
> for publication purposes.
> Unfortunately, it doesn't work with the unicode strings (or at least
> I don't know how to use it with unicode strings).

You might want to try matplotlib.  I don't specifically know about its unicode
support, but I'd guess it's either there or can be added if you point out
problems.  Matplotlib is very actively developed, and has a really clean
interface which allows interactive and off-line plots, as well as being
available as a widget you can embed in your own Tk, GTK or WX apps.

Cheers,

f



More information about the Python-list mailing list