[SciPy-user] dynamic and interactive 2D ?

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Sun Jan 19 11:39:27 EST 2003


>>>>> "AB" == baecker  <baecker at physik.tu-dresden.de> writes:

    AB> Hi, I am wondering if there is a package which allows for
    AB> dynamic representation of data + mouse events ?  For example I
    AB> would like to plot iterates of an initial point for a 2
    AB> dimensional map until the user selects via mouse a new initial
    AB> point.  This may lead to several thousands of points to be
    AB> plotted dynamically in a graphics window. (Storing them is not
    AB> necessary.)  Would you recommend direct coding with a tkinter
    AB> canvas?

Depending on the GUI toolkit you choose there should be many ways of
doing this.  Pick a toolkit and then pick a plotting widget to do the
job.  If you choose Qt, there is a Qt based graph widget called PyQwt
(http://gerard.vermeulen.free.fr).  If you choose wxPython you could
use scipy's plt module or better still chaco.  If you want to use
Tkinter you can use Pmw.Blt.Graph or use Tkinters canvas directly. If
you are going to use pyGTK I think there is a plot widget for it too.
So my suggestion is that you pick a GUI toolkit first. :)


cheers,
prabhu



More information about the SciPy-User mailing list