From 86716844eb857436e920f7dff6cc6d679acb0593 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 27 Oct 2023 11:35:11 +0200 Subject: [PATCH] Update src/spikeinterface/widgets/traces.py Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- src/spikeinterface/widgets/traces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/widgets/traces.py b/src/spikeinterface/widgets/traces.py index 795cbf5848..11b594c2ae 100644 --- a/src/spikeinterface/widgets/traces.py +++ b/src/spikeinterface/widgets/traces.py @@ -32,7 +32,7 @@ class TracesWidget(BaseWidget): * 'auto': auto switch depending on the channel count ('line' if less than 64 channels, 'map' otherwise) return_scaled: bool, default: False If True and the recording has scaled traces, it plots the scaled traces - cmap: str, default: 'RdBu_r' + cmap: matplotlib colormap, default: 'RdBu_r' matplotlib colormap used in mode 'map' show_channel_ids: bool, default: False Set yticks with channel ids