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

John,

OK, thanks, I will try to clean this up soon.  I stumbled over it 
because one of the wx examples has its own toolbar with buttons that 
call these methods.

Eric

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