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