Re: [Matplotlib-users] matplotlib issue: cannot auto-scale X axis of plop properly

2009-02-23 Thread brent.nash
Thanks for the feedback. So strangely enough it seems to have something to do with my installation of matplotlib or some of the other background libraries. I took the exact same example that I sent it and ran it on Redhat Enterprise Linux 4 and it works just fine. My team develops on Mac OS X &

Re: [Matplotlib-users] matplotlib issue: cannot auto-scale X axis of plop properly

2009-02-22 Thread Eric Firing
Nash, Brent R wrote: > Hey everyone, > > I'm fairly new to matplotlib, but have read through tons of the > documentation today and have a decent understanding of it. All the > auto-scaling, xlim, and x_bound stuff works fine for me with the > examples, but as soon as I try to use it on my data

Re: [Matplotlib-users] matplotlib issue: cannot auto-scale X axis of plop properly

2009-02-22 Thread Jae-Joon Lee
What version of maploltib are you using? Your data displayed with correct scale with my installation of matplotlib 0.98.5.2. By the way, you're chaning the axes limit of the wrong axes. "matplotlib.pyplot.axes()" create a new axes. Use plt.xlim (or plt.ylim for y-limit), or use the method of the e