wx plot

Hi wxPython users

          I would like to try plot tool from wxPython. after look at example, I don't khow how things work becuase it is a testframe of plot module.

         Anyone can tell me how I start? If I want to plot a moving data (oscilloscope), what is idea?

         Any comment is welcomed and sory for my bad english.

Best regards.
Chatchai, Thailand

···

_________________________________________________________________
Don�t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

        Anyone can tell me how I start? If I want to plot a moving data (oscilloscope), what is idea?

        Any comment is welcomed and sory for my bad english.

If you want a good and powerful plotting module, I'd suggest you to look at matplotlib ( http://matplotlib.sourceforge.net ). Matplotlib is GUI-agnostic by itself; Ken McIvor also wrote a small wxpython extension, called wxMPL ( http://agni.phys.iit.edu/~kmcivor/wxmpl/ ), that allows for seamless embedding of a matplotlib plot in a wxpython application.

I know people did "moving" plots with matplotlib and wxpython (I don't remember who and what it was, however), so give it a try.

m.

···

--
Massimo Sandal
University of Bologna
Department of Biochemistry "G.Moruzzi"

snail mail:
Via Irnerio 48, 40126 Bologna, Italy

email:
massimo.sandal@unibo.it

tel: +39-051-2094388
fax: +39-051-2094387

Chatchai Nanudorn wrote:

Hi wxPython users

         I would like to try plot tool from wxPython. after look at example, I don't khow how things work becuase it is a testframe of plot module.

The sample code is located in the plot.py module itself. Look at the bottom of wx/lib/ploy.py

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!