Skip to content

Commit

Permalink
Update src/spikeinterface/widgets/traces.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
alejoe91 and zm711 authored Oct 27, 2023
1 parent e5e912f commit 8671684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8671684

Please sign in to comment.