• supposing you plot a set of x-y data.
  • Then you zoom/pan
  • and finally decide that a specific part of the curve/plot is interesting for your problem


how can i get back this part of the plot in a double array?
In other words, which functions should I use in order to get the data points(x,y coordinates) of the curve currently plotted?
Any suggestions as a starting point?

Alternatively is it possible to get the range of the axis(after I zoomed/panned), so I can go back to the initial data set and look for the specific area of x/y coordinates that are interesting to my problem?