Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Plotting Amdahl's Law #13

Open
ocaisa opened this issue Jul 21, 2022 · 4 comments
Open

Plotting Amdahl's Law #13

ocaisa opened this issue Jul 21, 2022 · 4 comments

Comments

@ocaisa
Copy link
Member

ocaisa commented Jul 21, 2022

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.

@ocaisa
Copy link
Member Author

ocaisa commented Jul 21, 2022

There are other options like https://pypi.org/project/plotext/

@ocaisa
Copy link
Member Author

ocaisa commented Jul 21, 2022

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.

@tkphd
Copy link
Member

tkphd commented Jul 21, 2022

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.

@mikerenfro
Copy link
Contributor

See #28.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants