getEdgeMassDeriv

This commit is contained in:
rowanc1
2014-02-11 13:20:46 -08:00
parent cc2ab82f78
commit f6b85ca173
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ class TensorView(object):
::
def function(var, ax, clim, tlt, i):
tlt.set_text('%%d'%%i)
tlt.set_text('%d'%i)
return mesh.plotImage(var, imageType='CC', ax=ax, clim=clim)
mesh.video([model1, model2, ..., modeln],function)