Is it possible to have a callback from a %pl graphics region?
For example, I plot results based on calculations onto a %pl region and would like to be able to position the mouse over certain peaks on the plot and have a textbox tell me the values on the plot.
Looking through the documentation it doesn't seem as though it is possible. I did start to write my own graphics routines based on %gr, as that surface allows callbacks. I managed some simple plots with axis's, but whenever I implemented the callback with the mouse to indicate values on the plot the whole program became unstable, with irregular crashing of the application.
Also, as I plan to do more complicated graphs in the future, I would very much like to be able to use the simpleplot library.
Many thanks
Albert