Plot CLI is command line interface for data visualization.
It works on Python 3.6.1 and greater.
Install using pip:
pip install plot-cli
You can output a graph from stdin or a file.
cat data.csv | plot line --header --index-col year
See the documentation for detailed usage and examples.
See Change Log.