Created a plot #4
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue