Add plot #5

Open
malgorzatawi wants to merge 1 commit from malgorzatawi/2025-plovdiv-parallel-python:solution into main
Showing only changes of commit b190fb0ee7 - Show all commits

View file

@ -15,6 +15,7 @@ timings = np.array(timings)
print('This is the data I loaded: threads =', threads, ', timings =',timings)
fig, axs = plt.subplots()
axs.plot(threads, timings)
# CREATE YOUR PLOT HERE
# Remember to label your axis