Re: [Matplotlib-users] autoscale question

2007-08-28 Thread Tom Vaughan
On 8/23/07, Fabrice Silva <[EMAIL PROTECTED]> wrote: > Le Wed, 22 Aug 2007 18:21:40 -0700, Tom Vaughan a écrit: > > > Why on the YellowDog 3 system would the x-axis show up as 0 - 2.5, and > > on the Ubuntu Feisty system would the x-axis show up as 2.2 - 2.4? I am > > attempting to resolve an autos

Re: [Matplotlib-users] autoscale question

2007-08-28 Thread Tom Vaughan
On 8/22/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 8/22/07, Tom Vaughan <[EMAIL PROTECTED]> wrote: > > > Why on the YellowDog 3 system would the x-axis show up as 0 - 2.5, and > > on the Ubuntu Feisty system would the x-axis show up as 2.2 - 2.4? I > > am attempting to resolve an autoscale pro

Re: [Matplotlib-users] autoscale question

2007-08-23 Thread Fabrice Silva
Le Wed, 22 Aug 2007 18:21:40 -0700, Tom Vaughan a écrit: > Why on the YellowDog 3 system would the x-axis show up as 0 - 2.5, and > on the Ubuntu Feisty system would the x-axis show up as 2.2 - 2.4? I am > attempting to resolve an autoscale problem elsewhere, and I must of > screwed something up w

Re: [Matplotlib-users] autoscale question

2007-08-22 Thread John Hunter
On 8/22/07, Tom Vaughan <[EMAIL PROTECTED]> wrote: > Why on the YellowDog 3 system would the x-axis show up as 0 - 2.5, and > on the Ubuntu Feisty system would the x-axis show up as 2.2 - 2.4? I > am attempting to resolve an autoscale problem elsewhere, and I must of > screwed something up when I

[Matplotlib-users] autoscale question

2007-08-22 Thread Tom Vaughan
Hi, I have matplotlib 0.90.1 on YellowDog 3 PPC with Python 2.5 and all the support libraries built by hand, and matplotlib-0.90.1 on Ubuntu Feisty x86 via `aptitude install`. And let's say I have: import pylab pylab.plot([2.2, 2.3, 2.4], [0, 5, 1]) pylab.show() Why on the YellowDog 3 system wou