Graphs Library that could be easily integrated with wxpython?

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@noaa.gov

Stef Mientki wrote:

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

too bad it only supports wxPython upto 2.6 :frowning:

no it doesn't. It works fine for newer versions. I think that readme is pretty old.

-Chris

···

--
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@noaa.gov