Added more help for vtkView.

This commit is contained in:
Gudni Karl Rosenkjaer
2013-11-04 10:35:42 -08:00
parent f04f70c455
commit e5a3e8de7d
+5 -1
View File
@@ -58,7 +58,11 @@ class vtkView(object):
def Show(self,imageType='cell'):
"""
Open the VTK figure window
Open the VTK figure window and show the mesh.
Inputs:
param: str imageType: type of image {'cell','face','edge'}
"""
#vtkSP = simpeg.visulize.vtk.vtkTools
import SimPEG.visulize.vtk.vtkTools as vtkSP