add code for best plot eva #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "(deleted):best_plot_eva"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
<3<3
LGTM, apart from the minor style issue.
@ -19,3 +20,1 @@
# CREATE YOUR PLOT HERE
# Remember to label your axis
# Feel free to make it pretty
axs.scatter(x=threads, y=timings, color = 'hotpink', marker = '*')
It's a bit strange that spaces are used around the second two assignments, but not the first two.
In Python we generally don't use the spaces in this context.
Pull request closed