Skip to content

Commit 89381fe

Browse files
authored
change to using upset-bombcell package (#4493)
1 parent 272e849 commit 89381fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/spikeinterface/widgets/bombcell_curation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class BombcellUpsetPlotWidget(BaseWidget):
1616
Plot UpSet plots showing which metrics fail together for each unit label after Bombcell
1717
curation.
1818
19-
Requires `upsetplot` package.
19+
Requires `upsetplot-bombcell` package.
2020
Each unit label shows relevant metrics based on the threshold dictionary.
2121
2222
Parameters
@@ -103,7 +103,7 @@ def plot_matplotlib(self, data_plot, **backend_kwargs):
103103
ax.text(
104104
0.5,
105105
0.5,
106-
"UpSet plots require 'upsetplot' package.\n\npip install upsetplot",
106+
"UpSet plots require 'upsetplot-bombcell' package.\n\npip install upsetplot-bombcell",
107107
ha="center",
108108
va="center",
109109
fontsize=14,
@@ -224,7 +224,7 @@ def plot_bombcell_unit_labeling_all(
224224
thresholds : dict, optional
225225
Threshold dictionary. If None, uses default thresholds.
226226
include_upset : bool, default: True
227-
Whether to include UpSet plots (requires upsetplot package).
227+
Whether to include UpSet plots (requires upsetplot-bombcell package).
228228
**kwargs
229229
Additional arguments passed to plot functions.
230230

0 commit comments

Comments
 (0)