Looking for a pure Python chart drawing module
John Nagle
nagle at animats.com
Wed Sep 16 00:23:07 EDT 2009
gerlos wrote:
> John Nagle ha scritto:
>
>> I'm looking for something that can draw simple bar and pie charts
>> in Python. I'm trying to find a Python package, not a wrapper for
>> some C library, as this has to run on both Windows and Linux
>> and version clashes are a problem.
>>
>
> Did you look at matplotlib? In their examples page there are some charts
> like the ones you asked for. I guess it could work for you, and it seems to
> work flawlessy in MS Windows as in gnu/linux.
That's a wrapper for Antigrain ("http://www.antigrain.com/"), which is
a C++ library. I'm trying hard to avoid dependencies on binary libraries
with limited support. Builds exist only for Python 2.4 and 2.5.
John Nagle
More information about the Python-list
mailing list