Fix argument indentation in vibration_analyze.plot() definition.
authorW. Trevor King <wking@drexel.edu>
Tue, 27 Mar 2012 16:25:19 +0000 (12:25 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 27 Mar 2012 16:25:19 +0000 (12:25 -0400)
calibcant/vibration_analyze.py

index 312c04ba093f4e5251c40e7da8019e8bfd5014e3..1844dcf4e78be771f0e1645ed71078de68839a77 100644 (file)
@@ -479,7 +479,7 @@ def load(filename=None, group='/'):
     return _load(filename=filename, group=group, specs=specs)
 
 def plot(deflection=None, freq_axis=None, power=None, A=None, B=None,
-             C=None, D=0, config=None, analyze=False):
+         C=None, D=0, config=None, analyze=False):
     """Plot 3 subfigures displaying vibration data and analysis.
 
      Time series (Vphoto vs sample index) (show any major drift events),