|
From: gyro f. <gyr...@gm...> - 2012-09-04 17:53:39
|
On 2012-09-04 10:53 AM, Benjamin Root wrote: > > On Mon, Sep 3, 2012 at 4:26 PM, Gyro Funch <gyr...@gm... > <mailto:gyr...@gm...>> wrote: > > Hi, > > I am trying to create a multi-subplot animation with based loosely > on the animation example code, subplots.py, at > http://matplotlib.sourceforge.net/examples/animation/subplots.html > > A simplified version of the full code is shown at this gist: > https://gist.github.com/3613113 > > I am having problems getting the code to function properly. If I run > it as is, the figure appears, but no animation is done. Apparently > the setup code is called, but the code to change the frames is not. > If I comment out the call to the setup code, the method to update > the frame is called once, and that is it. > > I would appreciate any help and insights that you can provide. > > Thank you very much. > > -g > > > > Confirmed. I do not see any immediate reason why your code doesn't > work. I suggest filing an issue on our github site. > > Ben Root > Thanks for the feedback. https://github.com/matplotlib/matplotlib/issues/1203 -g |