Update generate-benchmark-graph.py

This commit is contained in:
akp 2022-12-22 19:53:42 +00:00
parent cea035ba19
commit 041d4defae
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -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(