Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-29 Thread New2Python
Thanks for that, I already have a button to enable picking mode and the original post shows that I have already tried the copy background/restore/blit, however I must have been doing something wrong. Pehaps you can point out what the issue was ro where I was going wrong John Hunter-4 wrote: >

Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 7:10 AM, New2Python <[EMAIL PROTECTED]> wrote: > One issue that I find now is that the removed marker is not redrawn as > removed, in other words, all the original markers remain drawn whether or > not the datapoints exist in the array. How can I remove the marker I don't >

Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-28 Thread New2Python
Thanks for that, the canvas.draw() function redraws the graph. I had to add the "autoscale_on=False" to the add_subplot() to stop the graph from autoscaling. One issue that I find now is that the removed marker is not redrawn as removed, in other words, all the original markers remain drawn whe