Update generate-benchmark-graph.py
This commit is contained in:
parent
cea035ba19
commit
041d4defae
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue