[wxPython-users] Graphs Library that could be easily integrated with wxpython?

Christopher Barker Chris.Barker at noaa.gov
Wed Dec 5 10:46:05 PST 2007


Peter Damoc wrote:
> Is there a graph library that can be easily integrated with wxpython on 
> Windows?

matplotlib is pretty nice. It is oriented to scientific plotting, so no 
nifty 3-d-looking bar charts, etc. but it does have simple pie charts.

> P.S. I used to use pychart but it draw rather ugly charts and I could 
> only see them by instructing the system to open them with whateve pdf 
> viewer the system had.

matplotlib can be embedded in wxPython, so it's a regular old wx.Panel. 
See wxmpl for an easy way to do that:

http://agni.phys.iit.edu/~kmcivor/wxmpl/

-CHB


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list