This repository was archived by the owner on Aug 14, 2024. It is now read-only.
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Plotting Amdahl's Law #13
Open
Description
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.