Created a plot

This commit is contained in:
ASPP Student 2025-09-26 12:45:01 +03:00
parent 8635fb282b
commit 455d189cf9

View file

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