From b2c5b6be210e77e3fb1e13a56f08506b95501219 Mon Sep 17 00:00:00 2001 From: Thibaut Astic Date: Tue, 16 Feb 2016 11:30:12 -0800 Subject: [PATCH] plotIt instead of PlotIt --- SimPEG/Examples/sphereElectrostatic_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Examples/sphereElectrostatic_example.py b/SimPEG/Examples/sphereElectrostatic_example.py index 7993d73b..aa5e3d8d 100644 --- a/SimPEG/Examples/sphereElectrostatic_example.py +++ b/SimPEG/Examples/sphereElectrostatic_example.py @@ -774,7 +774,7 @@ def run(plotIt=True): Jt,Jp,Js = get_Current(XYZ,sig0,sig1,R,Et,Ep,Es) rho = get_ChargesDensity(XYZ,sig0,sig1,R,Et,Ep) - if PlotIt: + if plotIt: fig, ax = plt.subplots(2,5,figsize=(50,10)) ax[0,0] = get_Setup(XYZ,sig0,sig1,R,E0,ax[0,0],True,[0.6,0.1,0.1]) ax[1,0] = Plot_Primary_Potential(XYZ,sig0,sig1,R,E0,ax[1,0])