<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">I would like to create an animation from a very complicated plot.  The plot is created by a lot of functions and it's not feasible for me to pass back the handles to all the objects that get added to the plot from all of those functions.  One
 approach that works is to write each plot to a file and then create an animation by loading the images.  Unfortunately, this doesn't look good, presumably because the images are first rasterized and then the resolution is altered.  
<div><br>
</div>
<div>So I'd like to create an animation directly from a set of figures, when all I have are the figures.  I've tried to use get_children() recursively to get all the artists and then use <span class="gmail-n" style="color:rgb(51,51,51);font-family:Monaco,Menlo,Consolas,"courier new",monospace;font-size:0.9em;letter-spacing:0.015em">animation</span><span class="gmail-o" style="font-family:Monaco,Menlo,Consolas,"courier new",monospace;font-size:0.9em;letter-spacing:0.015em;color:rgb(102,102,102)">.</span><span class="gmail-n" style="color:rgb(51,51,51);font-family:Monaco,Menlo,Consolas,"courier new",monospace;font-size:0.9em;letter-spacing:0.015em">ArtistAnimation</span><span class="gmail-p" style="color:rgb(51,51,51);font-family:Monaco,Menlo,Consolas,"courier new",monospace;font-size:0.9em;letter-spacing:0.015em">(), </span>but
 so far this only leads to an empty (blank) animation.  Is it possible to do what I'm attempting?</div>
<div><br>
</div>
<div>-David</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1">This message and its contents including attachments are intended solely for the original recipient. If you are not the intended recipient or have received this message in error, please notify me immediately and delete
 this message from your computer system. Any unauthorized use or distribution is prohibited. Please consider the environment before printing this email.<br>
</font>
</body>
</html>