Plot fuction added
This commit is contained in:
parent
8635fb282b
commit
7890f6ae2a
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ fig, axs = plt.subplots()
|
||||||
# Remember to label your axis
|
# Remember to label your axis
|
||||||
# Feel free to make it pretty
|
# Feel free to make it pretty
|
||||||
|
|
||||||
|
axs.bar(threads, timings)
|
||||||
|
|
||||||
|
fig.show()
|
||||||
|
|
||||||
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