Skip to content

Commit a185083

Browse files
committed
minor change to benchmark plots
1 parent 26bfbeb commit a185083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/distributions/sphere/watson/benchmark_fib_starts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _plot_rows(rows, title, filename, x_label, log_x=False, log_y=False):
110110
markers=True,
111111
log_x=log_x,
112112
log_y=log_y,
113-
labels={"time": "time in s"},
113+
labels={"time": "time in s", "sample_count": "sample count"},
114114
)
115115
fig.update_layout(
116116
legend=dict(

0 commit comments

Comments
 (0)