Re: [Matplotlib-users] Keeping a zoomed view when adding to a plot

2009-03-02 Thread Aaron R>
Sorry for the delay in responding. This worked perfectly! Thanks so much for the time saver. Kind regards, Aaron R> On Thu, Feb 26, 2009 at 12:28 PM, Eric Firing wrote: > Aaron R> wrote: >> >> I have an app which adds data to a plot.  Everything is working, but >> when I add data to a plot th

Re: [Matplotlib-users] Keeping a zoomed view when adding to a plot

2009-02-26 Thread Eric Firing
Aaron R> wrote: > I have an app which adds data to a plot. Everything is working, but > when I add data to a plot that was zoomed in, it switches the display > to a zoomed out view. > > def addData(self, xdata, ydata): > # Need to save off current zoom level before adding new plot data