>>>>> "Darren" == Darren Dale <[EMAIL PROTECTED]> writes:

    Darren> When I run the following: figure(); plot([1,2]) figure();
    Darren> plot([1,2])

    Darren> and then I use the zoom widget in one figure, and then try
    Darren> to use the zoom widget in the other figure without turning
    Darren> off the first zoom widget, I get an error. Is this
    Darren> desirable?

No -- I hadn't considered this use case.  The locking should be on a
per figure basis.  I introduced locking to handle the case where
someone wants to use a widget that draws onto the canvas (like the
lasso tool) w/o interfering with the other tools that are handling
events.  Eg, if pan/zoom is enabled and you are also trying to draw a
lasso, all hell breaks loose.

I've commented this out and will re-implement after further
consideration.  Thanks for the heads-up.

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to