Plot fuction added #3

Open
robertace wants to merge 1 commit from robertace/2025-plovdiv-parallel-python:threadingA into main

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)