Skip to content

Commit adf5d17

Browse files
committed
wip plot
1 parent 6184e1b commit adf5d17

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/spikeinterface/benchmark/benchmark_matching.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ def plot_performances_comparison(self, **kwargs):
8080

8181
return plot_performances_comparison(self, **kwargs)
8282

83+
def plot_performances_vs_depth_and_snr(self, *args, **kwargs):
84+
from .benchmark_plot_tools import plot_performances_vs_depth_and_snr
85+
86+
return plot_performances_vs_depth_and_snr(self, *args, **kwargs)
87+
8388
def plot_collisions(self, case_keys=None, figsize=None):
8489
if case_keys is None:
8590
case_keys = list(self.cases.keys())

0 commit comments

Comments
 (0)