From b462ace31fad2a855a7d54d8f352ea36eceb0aa1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 27 Mar 2012 12:25:19 -0400 Subject: [PATCH] Fix argument indentation in vibration_analyze.plot() definition. --- calibcant/vibration_analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.26.2