From: W. Trevor King Date: Tue, 27 Mar 2012 16:25:19 +0000 (-0400) Subject: Fix argument indentation in vibration_analyze.plot() definition. X-Git-Tag: 0.8~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b462ace31fad2a855a7d54d8f352ea36eceb0aa1;p=calibcant.git Fix argument indentation in vibration_analyze.plot() definition. --- diff --git a/calibcant/vibration_analyze.py b/calibcant/vibration_analyze.py index 312c04b..1844dcf 100644 --- a/calibcant/vibration_analyze.py +++ b/calibcant/vibration_analyze.py @@ -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),