feat: save image

This commit is contained in:
tqcq 2024-10-21 02:02:54 +00:00
parent 247467993b
commit 1664f69810

View File

@ -23,4 +23,5 @@ if __name__ == "__main__":
n, bins, patches = ax.hist(x, num_bins, density=False)
ax.set_xlabel("Access time [ns]")
ax.set_ylabel("proportion of cases")
plt.savefig("access.png")
plt.show()