Re: [matplotlib-devel] problems with shared axis

2008-10-23 Thread David Trem
Hi, Eric, I will be happy to test your possible fix too. I have similar problem with autoscaling shared axes like you Mark. David Mark Bakker a écrit : > Thanks Eric. > > You know that this has been on my wish list for a long time. > > Let me know if I can test anything or help in any other w

[matplotlib-devel] Error in the pyplot tutorial

2008-10-23 Thread Adeodato Simó
In http://matplotlib.sourceforge.net/users/pyplot_tutorial.html it says: | You may be wondering why the x-axis ranges from 0-3 and the y-axis | from 1-4. The axis in the image ranges from 0 to 2 (X) and from 1 to 3 (Y). HTH, -- Adeodato Simó dato at net.

Re: [matplotlib-devel] Error in the pyplot tutorial

2008-10-23 Thread John Hunter
On Wed, Oct 22, 2008 at 12:03 PM, Adeodato Simó <[EMAIL PROTECTED]> wrote: > In http://matplotlib.sourceforge.net/users/pyplot_tutorial.html it says: > > | You may be wondering why the x-axis ranges from 0-3 and the y-axis > | from 1-4. > > The axis in the image ranges from 0 to 2 (X) and from 1

[matplotlib-devel] Odd handling of binary png files by pylab.imread

2008-10-23 Thread Joshua Lippai
Hello all, Earlier today I looked into a problem someone on the users list was having with imread working on a binary png file of his (attached). The array returned does not correspond to the picture, as verified by imshow'ing the imread'd file, which results in a distorted image with rainbow colo

Re: [matplotlib-devel] problems with shared axis

2008-10-23 Thread Eric Firing
David Trem wrote: > Hi, > > Eric, I will be happy to test your possible fix too. I have similar > problem with autoscaling shared axes like you Mark. > > David I have committed to svn some changes to support autoscaling with shared axes, so please test. I have done only very simple and cursor

Re: [matplotlib-devel] problems with shared axis

2008-10-23 Thread Eric Firing
Mark Bakker wrote: > Hello list (especially Erik, who can fix this I hope) - > > I have had problems with shared axes, especially when one of the axis > has an aspect ratio that is set 'equal'. It has been discussed on the > list before (mostly with Erik Firing), but it hasn't been fixed yet. >