Re: [Matplotlib-users] Updating quiver arrows in animation

2012-09-22 Thread Eric Firing
On 2012/09/22 3:03 AM, reckoner wrote: > Hi, > > I have a plot that includes arrows drawn by the quiver command. I would > like to create animation using Func Animation, but I don't know how to > update the quiver arrows. I can update everything else on the plot and > animates fine. > > Does anybod

Re: [Matplotlib-users] Image as marker and axes "equal" aspect ratio

2012-09-22 Thread Jae-Joon Lee
I recommend you to use OffsetImage. Here is an example of how one can use OffsetImage. http://matplotlib.org/examples/pylab_examples/demo_annotation_box.html And attached is the modified version of the original script. Regards, -JJ image_in_axes.py Description: Binary data ---

[Matplotlib-users] Updating quiver arrows in animation

2012-09-22 Thread reckoner
Hi, I have a plot that includes arrows drawn by the quiver command. I would like to create animation using Func Animation, but I don't know how to update the quiver arrows. I can update everything else on the plot and animates fine. Does anybody know how to update the quiver arrows in an anima