Skip to content

Commit 6184e1b

Browse files
committed
wip plot
1 parent f3441fe commit 6184e1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spikeinterface/benchmark/benchmark_plot_tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def plot_run_times(study, case_keys=None):
3737
ax.bar(i, rt, width=0.8, color=colors[key])
3838
ax.set_xticks(np.arange(len(case_keys)))
3939
ax.set_xticklabels(labels, rotation=45.0)
40+
ax.set_ylabel("run time (s)")
4041
return fig
4142

4243

@@ -341,7 +342,7 @@ def plot_performances_comparison(
341342
return fig
342343

343344

344-
def plot_performances_vs_depth_and_snr(study, performance_name="agreement", case_keys=None, figsize=None):
345+
def plot_performances_vs_depth_and_snr(study, performance_name="accuracy", case_keys=None, figsize=None):
345346

346347
import pylab as plt
347348

0 commit comments

Comments
 (0)