psychegr
psychegr
Should the default value for ticks create "evenly spaced ticks" regardless of their real value?
I see that you have changed the mousevents handling in the code. Do you have a code example to enable tooltips? I would like to give it a go with...
Following your old method, i adapted it to work with the new dataset. Here is the new code : ``` void XYPlot::OnMouseMove(wxMouseEvent& event) { for (size_t set = 0; set...
Working a little bit more on the "interactivity" here is a code snippet that i use to drag points. I am using it in the OnMouseMove event and i check...
Hi, after loooots of trial and error and reading of the code i came up with this code which adds an image as a pointer. I am adding this here...