Re: [matplotlib-devel] problems with shared axis

2008-10-28 Thread Michael Droettboom
Eric Firing wrote: > Michael Droettboom wrote: >> This may not be necessary if we can get a Windows box, but I thought >> I'd mention it. >> >> I wrote a distutils extension a couple of years ago to build Windows >> installers on a Linux box with Mingw32. This has been working >> perfectly for

Re: [matplotlib-devel] problems with shared axis

2008-10-28 Thread Eric Firing
Michael Droettboom wrote: > This may not be necessary if we can get a Windows box, but I thought I'd > mention it. > > I wrote a distutils extension a couple of years ago to build Windows > installers on a Linux box with Mingw32. This has been working perfectly > for nightly builds on my home

Re: [matplotlib-devel] problems with shared axis

2008-10-28 Thread Michael Droettboom
This may not be necessary if we can get a Windows box, but I thought I'd mention it. I wrote a distutils extension a couple of years ago to build Windows installers on a Linux box with Mingw32. This has been working perfectly for nightly builds on my home machine since around September 2007 fo

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread John Hunter
On Mon, Oct 27, 2008 at 4:09 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > None that I know of. It would certainly be nice if we had the release > package-building completely automated; or automated daily svn builds of the > Win and OSX packages. Since I don't work with either Win or OSX, I don't

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread Eric Firing
Mark Bakker wrote: > Dang, I looked at it, but so much has changed since 0.98.3 release that > I have little chance of getting any changes implemented. > Any plans for a new release that you know of? > Thanks, Mark None that I know of. It would certainly be nice if we had the release package-bu

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread Mark Bakker
Dang, I looked at it, but so much has changed since 0.98.3 release that I have little chance of getting any changes implemented. Any plans for a new release that you know of? Thanks, Mark On Mon, Oct 27, 2008 at 7:29 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Mark Bakker wrote: > >> I was gone

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread Eric Firing
Mark Bakker wrote: > I was gone for the weekend (sorry, but that 'life' thing gets in the way > of getting things done sometimes). I don't have a way to build stuff at > the moment. Can I just check out the axes.py and replace my current one, > or are there too many changes? The changes were in

Re: [matplotlib-devel] problems with shared axis

2008-10-27 Thread Mark Bakker
I was gone for the weekend (sorry, but that 'life' thing gets in the way of getting things done sometimes). I don't have a way to build stuff at the moment. Can I just check out the axes.py and replace my current one, or are there too many changes? Mark On Fri, Oct 24, 2008 at 7:57 AM, Eric Firin

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

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
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] 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. >

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 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

Re: [matplotlib-devel] problems with shared axis

2008-10-22 Thread Mark Bakker
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 way, Mark On Wed, Oct 22, 2008 at 10:54 AM, Eric Firing <[EMAIL PROTECTED]> wrote: > Mark Bakker wrote: > >> Hello list (especially Erik, who can fix this I hope) -

Re: [matplotlib-devel] problems with shared axis

2008-10-22 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. >

[matplotlib-devel] problems with shared axis

2008-10-21 Thread Mark Bakker
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. What I want to do is have two plo