[python-win32] Graphics

Tim Golden tim.golden at viacom-outdoor.co.uk
Wed Apr 28 09:31:40 EDT 2004


>Hi there,
>I wanted to generate some statistical graphics with Python in a Win32 
>environment. I've been successfully using the COM interface with a 
>commertial product (SwiftChart) but I wanted to know if there's a more 
>'lightweight' approach for such kind of stuff.

Aside from your MS Graph suggestion, the following might
be worth investigating:

+ Matplotlib: http://matplotlib.sourceforge.net/

+ ReportLab: http://reportlab.org/
    (see the examples: http://reportlab.org/contribs.html and
     especially http://reportlab.org/meteo.html)

+ Gnuplot: http://gnuplot-py.sourceforge.net/

Also, just Google over comp.lang.python for "graphs" (and then
exclude all that mathematical stuff about cyclic trees and edges).

TJG


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________



More information about the Python-win32 mailing list