From 041d4defae4ec87da617fa7baf5514dce8253920 Mon Sep 17 00:00:00 2001 From: AKP Date: Thu, 22 Dec 2022 19:53:42 +0000 Subject: [PATCH] Update `generate-benchmark-graph.py` --- generate-benchmark-graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-benchmark-graph.py b/generate-benchmark-graph.py index fb8ef35..810bd36 100644 --- a/generate-benchmark-graph.py +++ b/generate-benchmark-graph.py @@ -111,7 +111,7 @@ axp2.set_title("Part two") def do_auxillary_parts(axis): plt.sca(axis) plt.xticks(list(all_days), [str(y) for y in all_days]) - plt.ylabel("Running time (log seconds)") + plt.ylabel("Running time (seconds)") plt.yscale("log") plt.xlabel("Day") plt.legend(