On Monday, December 20, 2010, Jose Guzman wrote:
>
>
>
>
>
>
>
> Hi everybody
>
> I wanted to collect a combination of plots to insert then in a subplot.
> I choose to create Line2D objects to use the .add_line() method of the
> AxesSubplot class, but unfortunately this does lead to the desired
>
Hi everybody
I wanted to collect a combination of plots to insert then in a subplot.
I choose to create Line2D objects to use the .add_line() method of the
AxesSubplot class, but unfortunately this does lead to the desired results.
Here my dummy version:
from matplotlib.lines import Line2D
f
No, I'm not adding or removing axes while interacting. (A single axes
instance gets created when the figure is instantiated and remains the life
of the figure.)
Thans for the suggestion of replacing Axes.end_pan. Unfortunately I've left
on a trip since my initial post so it will be a while before
This is a wild guess -- sounds like a race condition where the mouse up
event is somehow getting fired before the mouse down event.
In your more complex example, are you adding/removing axes while
interacting with the plots?
You could try "papering over" this problem by replacing Axes.end_pan