Hello:
I want to select a point on the plot using a click event and highlight the point with a circle or x on the graph. While doing this I want t the original graph present
I tried using setData(x,y) (where x and y are the clicked points) and after calling replot() function the original graphs is erased and I have only a circle using (ssCircle) on the graph.
How can i retain the original plot