<div dir="ltr"><div><div>It seems like you have a few things mixed up here in your example. First, the "animate()" function shouldn't be doing any draw() calls. The animation infrastructure is responsible for that. The purpose of the "update" function for FuncAnimation is to update any of the artists and return what was updated.<br><br></div>Also, with this example, I don't see how it is possible to distinguish between the ArtistAnimation part and the FuncAnimation part. They are both drawing the same animation, right?<br><br></div>Ben Root<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 14, 2016 at 7:32 AM, gml <span dir="ltr"><<a href="mailto:gml@garymlewis.com" target="_blank">gml@garymlewis.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I made a detour around this problem, so it's no longer a pressing concern.<br>
But I'd still like to understand the issue better. Did it occur because of<br>
user (ie, my) inexperience and error? Or is it a bug in animation.save? Or<br>
something else? Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://matplotlib.1069221.n5.nabble.com/Problem-with-animation-save-and-extra-anim-tp46844p46886.html" rel="noreferrer" target="_blank">http://matplotlib.1069221.n5.nabble.com/Problem-with-animation-save-and-extra-anim-tp46844p46886.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the matplotlib - users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</div></div></blockquote></div><br></div>