feat: save image
This commit is contained in:
parent
247467993b
commit
1664f69810
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user