John Hunter wrote:
> On 9/9/07, Eric Firing <[EMAIL PROTECTED]> wrote:
>> The Axes.panx() method and several others contain calls to
>> _send_xlim_event() and similar methods.  These methods don't seem to be
>> defined anywhere.
> 
> These methods (panx, zoomx) are from the very old toolbar, which
> should be deprecated and removed in my option.  It doesn't look like
> they work anyhow, because as you note they rely on the nonexistant
> _send_xlim_event.  The xlim callbacks are handled by the
> 'xlim_changed' notification of the callbacks attribute.  I think all
> the methods that contain this (panx, zoomx and PolarAxes.set_xlim can
> either be removed entirely or have the _send_xlim_event call removed.

These methods have been broken for a long time, which is a crude form of 
deprecation.  I am simply removing them now.  Same for the old toolbar. 
  Given that the pan and zoom functions have been broken for so long, I 
don't see how anyone could be using it, so I don't see any point in 
keeping it around with a deprecation warning.

Eric

> 
> JDH


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to