Created a plot
This commit is contained in:
parent
8635fb282b
commit
455d189cf9
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue