|
From: zetah <ot...@hu...> - 2013-05-29 19:50:07
|
Benjamin Root wrote: >The init() function only happens once. So, each call to >ax.contourf() just >simply adds more contours on top of the previous (you just don't >see them >because you don't have masked regions or transparency). I would >suggest >doing an ax.cla() in the animate() function before doing >ax.contourf(). It's like you said. Thanks for assistance :) Cheers |