Created a plot #4

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

View file

@ -19,5 +19,7 @@ fig, axs = plt.subplots()
# CREATE YOUR PLOT HERE
# Remember to label your axis
# Feel free to make it pretty
plt.plot(threads, timings)
plt.savefig('threads_v_timings.png', dpi=300)