Super. I will need to study your solution tomorrow.
--
Jinsuo
-Original Message-
From: Stan West [mailto:stan.w...@nrl.navy.mil]
Sent: Tuesday, June 22, 2010 4:41 PM
To: Nie, Jinsuo; matplotlib-users@lists.sourceforge.net
Subject: RE: [Matplotlib-users] Animated Line2D
> From:
> From: Nie, Jinsuo [mailto:j...@bnl.gov]
> Sent: Tuesday, June 22, 2010 09:33
...
> I modified the path_editor.py example in order to make a line editor, as
> attached. The path_editor.py worked fine on Qt4Agg. However, in the
> line editor, the line was not draggable on the same backend.
...
[mailto:jdh2...@gmail.com]
Sent: Monday, June 07, 2010 12:19 PM
To: Nie, Jinsuo
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] Animated Line2D
On Mon, Jun 7, 2010 at 10:14 AM, Nie, Jinsuo wrote:
> I modified the path_editor.py example in order to make a line editor,
@lists.sourceforge.net
Subject: Re: [Matplotlib-users] Animated Line2D
On Mon, Jun 7, 2010 at 10:14 AM, Nie, Jinsuo wrote:
> I modified the path_editor.py example in order to make a line editor, as
> attached. However, the line is not animated even the line has been
> correctly updated.
On Mon, Jun 7, 2010 at 10:14 AM, Nie, Jinsuo wrote:
> I modified the path_editor.py example in order to make a line editor, as
> attached. However, the line is not animated even the line has been
> correctly updated. It seems canvas.blit is not functioning correctly in
> motion_notify_callback.