You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
The task here is to actually create the python code to plot our results, which will accept an option to either plot things to the terminal or as a file.
I propose keeping it simple, plotting to an image file using matplotlib and then exercising the "OK there's a file I want on the cluster, how do I get it back to take a look?" workflow.
Part of the workflow will be to plot Amdahl's Law. It would be nice if we could do this in the terminal, and (with prettier output) to an image file.
There's a tool termplotlib that probably accepts the same options as matplotlib which could be leveraged here.
We could also use gnuplot directly probably but more contributors are likely to be familiar with matplotlib syntax.
The text was updated successfully, but these errors were encountered: