[Matplotlib-users] preventing scaling view after updating plot

2009-04-09 Thread C M
(mpl 0.98.5 OO embedded in wx) Hi, I'm trying to highlight a picked datapoint, such as is shown in this thread: http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg05580.html As John suggested there, I get the index of the picked point, and then plot a marker on that point. I

Re: [Matplotlib-users] preventing scaling view after updating plot

2009-04-09 Thread C M
I tried this, and it did stop autoscaling--but I do want y autoscaling. What I want is y autoscaling but not y autoscaling (just setting xlims). I tried adding either of these lines right before or right after when I plotted the highlighted point: Just to be clearer: What I want is the

Re: [Matplotlib-users] preventing scaling view after updating plot

2009-04-09 Thread Ryan May
On Thu, Apr 9, 2009 at 1:04 AM, C M cmpyt...@gmail.com wrote: I tried this, and it did stop autoscaling--but I do want y autoscaling. What I want is y autoscaling but not y autoscaling (just setting xlims). I tried adding either of these lines right before or right after when I plotted

Re: [Matplotlib-users] preventing scaling view after updating plot

2009-04-09 Thread C M
On Thu, Apr 9, 2009 at 9:25 AM, Ryan May rma...@gmail.com wrote: On Thu, Apr 9, 2009 at 1:04 AM, C M cmpyt...@gmail.com wrote: I tried this, and it did stop autoscaling--but I do want y autoscaling. What I want is y autoscaling but not y autoscaling (just setting xlims). I tried adding