xkumiyu / plot-cli

Command Line Interface for Data Visualization

Home Page:https://plot-cli.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command Line Interface for Data Visualization

https://plot-cli.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%