Gideon Simpson wrote: > If I have a line that I want to animate, I can clearly write: > > lineu, = plot(x,u) > draw() > > for p in range(0, N): > lineu.set_ydata(u) > draw() > > Is there an analogue to set_ydata for things plots like contour, > contourf, etc.? >
No, as presently implemented, you simply have to remake the contour (that is, the ContourSet object) with the new data. Eric ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users