Re: [matplotlib-devel] problems with shared axis

2008-10-24 Thread David Trem
Thank you very much Eric ! It basically works for me but I think there is still a small bug related to sharing y axes. I attach a small script that reproduce the problem. The end of the related error message is the following: File "*/lib/python2.5/site-packages/matplotlib/axes.py", line 515, i

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

2008-10-24 Thread Michael Droettboom
I'm looking into this. It seems that matplotlib is not making the right calls to libpng to convert < 8-bit images for us. Mike Joshua Lippai wrote: > 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 (atta

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

2008-10-24 Thread Michael Droettboom
This is now fixed in SVN r6318. I also added some of the PNG test suite images to out regression tests so we're sure that it works with all of the basic PNG types. Mike Joshua Lippai wrote: > Hello all, > > Earlier today I looked into a problem someone on the users list was > having with imrea

Re: [matplotlib-devel] problems with shared axis

2008-10-24 Thread Eric Firing
David Trem wrote: > Thank you very much Eric ! > > It basically works for me but I think there is still a small bug > related to sharing y axes. I attach a small script that reproduce the > problem. > The end of the related error message is the following: > > File "*/lib/python2.5/site-package

Re: [matplotlib-devel] problems with shared axis

2008-10-24 Thread David Trem
Thanks Eric, It works perfectly for me now! Actually, autoscale of shared axes simplify a lot my own code so I'm really really pleased to see this functionality is now directly integrated in matplotlib. I'll do me best to test the svn version regularly. Thanks again, David Eric Firing a écrit