This commit is contained in:
ASPP Student 2025-09-26 12:48:25 +03:00
parent 8635fb282b
commit b190fb0ee7

View file

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