File tree Expand file tree Collapse file tree
src/spikeinterface/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments