[Matplotlib-users] You do not own this lock

2011-03-11 Thread John Haiducek
I have a pygtk application which uses matplotlib for graphics. The application maintains one or more matplotlib.FigureCanvasGTKAgg objects and correspondig matplotlib.figure.Figure objects, and switches between them as needed. My problem is that after switching from one canvas/figure pair to anothe

Re: [Matplotlib-users] AttributeError: _pan_start

2010-12-20 Thread John Haiducek
; """ > Called when a pan operation completes (when the mouse button > is up.) > > .. note:: > Intended to be overridden by new projection types. > """ > if hasattr(self, '_pan_start'): > del self._pan_start > > Mike > > On 12/18/2

[Matplotlib-users] AttributeError: _pan_start

2010-12-18 Thread John Haiducek
I have an application with two matplotlib figures, both using the gtkAgg backend. One or the other is displayed on the screen depending on the GUI state. Initially after creating the two figures, I can interact with both of them just fine, but after switching between figures two or three times the