Re: [Matplotlib-users] y-axis autoscale problem

2006-09-15 Thread Richard Harvey Chapman
Attached is an example. It seems like it autosizes to the initial data and from then on only uses that for autoscale purposes. I only noticed that while making this test app because I let it autoscale the x axis in this one. R. #!/usr/bin/env pythonw Standard Python import sys import

Re: [Matplotlib-users] y-axis autoscale problem

2006-09-15 Thread John Hunter
> "Richard" == Richard Harvey Chapman <[EMAIL PROTECTED]> writes: Richard> I'm using the latest matplotlib with wxPython 2.6.2.1 and Richard> the WxAGG backend. I have plotted a figure with 5 Richard> subplots. I intentionally only plotted the first 10 Richard> points of all of

[Matplotlib-users] y-axis autoscale problem

2006-09-15 Thread Richard Harvey Chapman
I'm using the latest matplotlib with wxPython 2.6.2.1 and the WxAGG backend. I have plotted a figure with 5 subplots. I intentionally only plotted the first 10 points of all of my data traces so I can simulate the look of real-time data. That is, I keep my xlim set to (now-60, now) for a window sho