[Matplotlib-users] Animated Line2D

2010-06-22 Thread Nie, Jinsuo
I am reposting my problem since I have not been able to solve it myself. I guess my original question has been buried deeply in this list. 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

Re: [Matplotlib-users] Animated Line2D

2010-06-22 Thread Nie, Jinsuo
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: Nie

Re: [Matplotlib-users] Animated Line2D

2010-06-08 Thread Nie, Jinsuo
[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 j...@bnl.gov wrote: I modified the path_editor.py example in order to make a line

[Matplotlib-users] Animated Line2D

2010-06-07 Thread Nie, Jinsuo
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. Canvas.blit works in draw_callback because the initial

Re: [Matplotlib-users] Animated Line2D

2010-06-07 Thread Nie, Jinsuo
installation? Yes, I do mean the matplotlib.widgets.Cursor, and I have version of 0.99.1. My version does not have the two lines as you mentioned. -- Jinsuo -Original Message- From: John Hunter [mailto:jdh2...@gmail.com] Sent: Monday, June 07, 2010 12:19 PM To: Nie, Jinsuo Cc: matplotlib-users