I am trying to animate a contour map using the matplotlib function: FuncAnimation. I am not to clear about how the fargs parameter is supposed to be set up, as the documentation isn't very specific regarding this parameter.
Asked
Active
Viewed 275 times
1
-
1Possible duplicate: [Animation with contours matplotlib](http://stackoverflow.com/questions/14124903/animation-with-contours-matplotlib?rq=1) – ali_m Jul 09 '13 at 20:15
-
1Also: [Animating a contour plot in matplotlib using FuncAnimation](http://stackoverflow.com/questions/9337188/animating-a-contour-plot-in-matplotlib-using-funcanimation) – ali_m Jul 09 '13 at 20:16
-
1Can you show us what you have tried? It is hard to fix code we can not see;) @ali_m Good job on the links! – tacaswell Jul 09 '13 at 20:20