Add plot #5
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)
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue