Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-05 Thread Michael Droettboom
Thanks for the re-explanation. I can confirm that this is broken as recently as 0.91.2. However, it works as expected with a recent SVN trunk, and matplotlib 0.98.3. It seems what this is doing is adjusting the limits twice (for each of the twin axes), the first correctly, and then again by

Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-04 Thread John Hunter
On Tue, Nov 4, 2008 at 7:29 AM, Michael Droettboom [EMAIL PROTECTED] wrote: Can you be more specific about what is going wrong? The zoom magnifier seems to work fine for me with or without twinx, but perhaps we just have different expectations of how it works. Could you perhaps provide

Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-04 Thread Michael Droettboom
Can you be more specific about what is going wrong? The zoom magnifier seems to work fine for me with or without twinx, but perhaps we just have different expectations of how it works. Could you perhaps provide screenshots? I'm checking against SVN trunk. I didn't check against 0.90.1,

Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-04 Thread wet_colored)arch
Can you be more specific about what is going wrong? The zoom magnifier seems to work fine for me with or without twinx, but perhaps we just have different expectations of how it works. Could you perhaps provide screenshots? Response I confirmed it is 0.90.0 (I am running on Windows)

[Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-02 Thread wet_colored)arch
I am trying to code an application with two checkboxes, one associated with each axis on a simple plot. I can then turn on and off lines in the plot that are scaled either to the left side or right side of the plot. This is working fine and patterned after some of the examples from matplotlib.