[Matplotlib-users] problem axis('scaled') with shared axis

2007-02-15 Thread Mark Bakker
Eric - I found another problem that I cannot figure out. I make an axis, and make it 'scaled'. Then I make a second axis that shares the x-axis with the first axis. But then the y limits of the first axis change upon creation, and the 'adjustable' attribute! I know for sure this used to work,

Re: [Matplotlib-users] problem axis('scaled') with shared axis

2007-02-15 Thread John Hunter
On 2/15/07, Mark Bakker [EMAIL PROTECTED] wrote: I found another problem that I cannot figure out. I make an axis, and make it 'scaled'. Unit testing graphics packages can be hard, especially interactive stuff like this, but I am a fan of poor man's unit testing here. When you get something

Re: [Matplotlib-users] problem axis('scaled') with shared axis

2007-02-15 Thread Mark Bakker
This is a good idea. I had done something like that for the original axis('equal') and axis('scaled') but I don't think it is in the example directory anymore. Once we get it to work again, I will make sure to do make an example and put it in the units directory. And Yes, I realize testing this