Skip to content

Commit 8ba7223

Browse files
committed
Remove hide_unit_selector
1 parent 198d783 commit 8ba7223

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/spikeinterface/widgets/spike_locations_by_time.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ class LocationsWidget(BaseWidget):
2323
The segment index (or None if mono-segment)
2424
max_spikes_per_unit : int or None, default: None
2525
Number of max spikes per unit to display. Use None for all spikes
26-
hide_unit_selector : bool, default: False
27-
If True the unit selector is not displayed
28-
(sortingview backend)
2926
plot_histogram : bool, default: False
3027
If True, an histogram of the locations is plotted on the right axis
3128
(matplotlib backend)
@@ -45,7 +42,6 @@ def __init__(
4542
unit_colors=None,
4643
segment_index=None,
4744
max_spikes_per_unit=None,
48-
hide_unit_selector=False,
4945
plot_histograms=False,
5046
bins=None,
5147
plot_legend=True,
@@ -114,7 +110,6 @@ def __init__(
114110
total_duration=total_duration,
115111
plot_histograms=plot_histograms,
116112
bins=bins,
117-
hide_unit_selector=hide_unit_selector,
118113
plot_legend=plot_legend,
119114
)
120115

0 commit comments

Comments
 (0)