Plot fuction added

This commit is contained in:
ASPP Student 2025-09-26 12:45:52 +03:00
parent 8635fb282b
commit 7890f6ae2a

View file

@ -20,4 +20,8 @@ fig, axs = plt.subplots()
# Remember to label your axis
# Feel free to make it pretty
axs.bar(threads, timings)
fig.show()
plt.savefig('threads_v_timings.png', dpi=300)