From 386fd1d34f78030b0520497dcf2f295a5d64caac Mon Sep 17 00:00:00 2001 From: John Glover Date: Mon, 10 Sep 2012 19:06:19 +0200 Subject: [plot] Change default behaviour for plot_partials so that peaks are not shown. --- simpl/plot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpl/plot/__init__.py b/simpl/plot/__init__.py index dd6ffe7..375c50b 100644 --- a/simpl/plot/__init__.py +++ b/simpl/plot/__init__.py @@ -22,7 +22,7 @@ def plot_peaks(frames): markerfacecolor=colours.pbj(peak.amplitude / max_amp)) -def plot_partials(frames, show_peaks=True): +def plot_partials(frames, show_peaks=False): "Plot partials created by a partial tracking algorithm" # Get the maximum peak amplitude, used to select an appropriate # colour for each peak. -- cgit v1.2.3