Re: [matplotlib-devel] widget locking

2006-08-15 Thread Darren Dale
On Tuesday 15 August 2006 12:32, John Hunter wrote: > > "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

Re: [matplotlib-devel] widget locking

2006-08-15 Thread John Hunter
> "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

Re: [matplotlib-devel] widget locking

2006-08-11 Thread John Hunter
> "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

[matplotlib-devel] widget locking

2006-08-11 Thread Darren Dale
When I run the following: figure(); plot([1,2]) figure(); plot([1,2]) and then I use the zoom widget in one figure, and then try to use the zoom widget in the other figure without turning off the first zoom widget, I get an error. Is this desirable?