Re: [Matplotlib-users] Span Selector and Rectangular Selector in wxpython on Windows

2010-09-08 Thread Aman Thakral
Sorry, This was just a silly mistake. I forgot declare the selectors as class variables (by adding self in front of them). -Aman On Tue, Sep 7, 2010 at 1:37 PM, Aman Thakral aman.thak...@gmail.com wrote: Hi, I seem to be encountering a strange problem. I'm using a SpanSelector and a

[Matplotlib-users] Span Selector and Rectangular Selector in wxpython on Windows

2010-09-07 Thread Aman Thakral
Hi, I seem to be encountering a strange problem. I'm using a SpanSelector and a RectangularSelector in my application and they seem to be working in Linux but not in Windows. I'm using wxpython as the gui layer. Has anyone else encountered similar issues? Thanks, Aman