plot-cli

Command Line Interface for Data Visualization


Keywords
cli, python, visualization
License
MIT
Install
pip install plot-cli==0.2.0

Documentation

Plot CLI

Plot CLI is command line interface for data visualization.

PyPi Python Version GitHub Workflow Status Documentation codecov License

It works on Python 3.6.1 and greater.

Installation

Install using pip:

pip install plot-cli

Getting Started

You can output a graph from stdin or a file.

cat data.csv | plot line --header --index-col year

example

See the documentation for detailed usage and examples.

Change Log

See Change Log.