Re: [matplotlib-devel] shared axis zoom bug

2008-11-25 Thread John Hunter
On Tue, Nov 25, 2008 at 12:28 PM, John Hunter [EMAIL PROTECTED] wrote: On Tue, Nov 25, 2008 at 12:16 PM, John Hunter [EMAIL PROTECTED] wrote: pan/zoom appears to be broken in the sharex axis demo. If you do a zoom to rect on ax2 or ax3 in examples/pylab_examples/shared_axis_demo.py the event

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-11-25 Thread Jae-Joon Lee
I'm so sorry Erik. I missed your last email. I just submitted your patch with a slight modification. As far as I know, matplotlib still supports python 2.4, and Conditional Expressions are introduced in 2.5. Regards, -JJ On Tue, Nov 11, 2008 at 9:22 PM, Erik Tollerud [EMAIL PROTECTED] wrote:

Re: [matplotlib-devel] shared axis zoom bug

2008-11-25 Thread Michael Droettboom
The change doesn't apply to the trunk. The shared axes logic is completely different now. Whereas before there was a unidirectional link from one axes to another, and a concept of master and slave axes, the new version avoids that complication by using the Grouper class. The bug fix was