Hi,

I'm new to plplot.  I'd like to utilise plplot to generate charts in my program.

I would like to be able to plot points as circles, lines or whatever,
and then be able to click on those markers and display additional info
elsewhere in my application.

Has anyone done this?

I would be getting the mouse click from the GUI (QT) and then either
passing it to plplot, or use some other mechanism to be able to map
that mouse coord to a marker.

I don't see anything obvious in the docs or the code... so I was
thinking about how I'd do it.

One way would be to write a driver that goes through the motions of
pretending to draw a chart, but instead is able to match up a mouse
coord to the markers that it is told to draw...

so, has anyone done something like this?

cheers
Paul

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to