diff --git a/src/spikeanalysis/spike_plotter.py b/src/spikeanalysis/spike_plotter.py index 048e90f..46628b5 100644 --- a/src/spikeanalysis/spike_plotter.py +++ b/src/spikeanalysis/spike_plotter.py @@ -735,7 +735,7 @@ def plot_response_trace( ): """ Function for plotting response traces for either z scored or raw firing rates - + Parameters ---------- type: Literal['zscore', 'raw'], default: 'zscore' @@ -748,9 +748,9 @@ def plot_response_trace( Whether to include error bars in the traces color: matplotlib color, default: 'black' Color to plot the traces in - + """ - + assert type in ["zscore", "raw"], "type of data must be zscore or raw" if type == "zscore":