From 17643c52cc0282903d5509db8826c30420b418e7 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Wed, 16 Oct 2013 11:35:39 -0700 Subject: [PATCH] minor updates to TensorView documentation. --- SimPEG/TensorView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/TensorView.py b/SimPEG/TensorView.py index 909856a4..ba4f1b63 100644 --- a/SimPEG/TensorView.py +++ b/SimPEG/TensorView.py @@ -26,7 +26,7 @@ class TensorView(object): Optional Input: - :param str imageType: type of image ('CC','N','Fx','Fy','Fz','Ex','Ey','Ez') + :param str imageType: type of image ('CC','N','F','Fx','Fy','Fz','E','Ex','Ey','Ez') or combinations, e.g. ExEy or FxFz :param int figNum: number of figure to plot to :param matplotlib.axes.Axes ax: axis to plot to :param str direction: slice dimensions, 3D only ('x', 'y', 'z')