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