We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaac54 commit bb984e8Copy full SHA for bb984e8
individual-size-graph.py
@@ -29,7 +29,7 @@
29
print(name)
30
print(sizes)
31
sizes.plot(y="size", color="green")
32
- plt.title(f'Size evolution of "{name}" binary (bytes)')
+ plt.title(f'Size evolution of "{name}" binary (kilobytes)')
33
plt.xticks(rotation=45)
34
plt.savefig(f"individual-size-results/{name}.png", dpi=199)
35
plt.clf()
0 commit comments