Re: [matplotlib-devel] FIFOBuffer.add() calls Bbox.update(), not a method

2009-08-21 Thread Ryanitus
With regards to the update() function, is it supposed to actually add the data point to the graph? After making the change and re-running the program, the plot does not contain the new data point. Thanks, Ryan John Hunter-4 wrote: > > On Fri, Aug 21, 2009 at 6:24 PM, Ryanitus wrote: >> >> H

Re: [matplotlib-devel] FIFOBuffer.add() calls Bbox.update(), not a method

2009-08-21 Thread John Hunter
On Fri, Aug 21, 2009 at 6:24 PM, Ryanitus wrote: > > Hello. > > I was doing a simple test using a FIFOBuffer.  I set the dataLim parameter > to the dataLim of a Line2D plot.  After adding a value to the FIFO, it > raises an exception.  It looks like the FIFO is trying to call > Bbox.update(), but t