Removed hold off for consistent behaviour with the rest of matplotlib.

This commit is contained in:
Dave Marchant
2014-03-14 15:19:38 -07:00
parent f8a4c77fc3
commit 025cb5c583
-1
View File
@@ -471,7 +471,6 @@ class TensorView(object):
ax.set_zlabel('x3')
ax.grid(True)
ax.hold(False)
if showIt: plt.show()
def slicer(mesh, var, imageType='CC', normal='z', index=0, ax=None, clim=None):