I've been using gnuplot-py to plot 2D and 3D wireframes for a
while. Now I need to make my programs a little more
interactive: the user needs to be able to select lines and
points by clicking on them with a mouse. I have found examples
of how to do this in Python:
http://www.physik.tu-dresden.de/~baecker/python/GnuplotBiDir.py
However, that Gnuplot class doesn't have many of the features
of gnuplot-py. I'm thinking it would be easier to add
mouse-click handling to gnuplot-py than it would be to change
my programs to use the above class for the plotting.
Has anybody else worked on supporting mouse interaction using
gnuplot-py?
--
Grant Edwards
gr...@vi...
|