add code for best plot eva #2
Loading…
Reference in a new issue
No description provided.
Delete branch "alessiase/2024-heraklion-parallel-python: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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.