Skip to main content

Command Line Interface for Data Visualization

Project description

Plot CLI

GitHub Workflow Status codecov License

This tool is command line interface for data visualization.

The plot-cli works on Python version 3.6.1 and greater.

Installation

Install and update using pip:

pip install plot-cli

Usage

To plot from file, use "-i" option:

plot -i data.csv

To plot from stdin:

cat data.csv | plot

To save to file, use "-o" option:

plot -i data.csv -o plot.png

If you do not use "-o" option, it is saved in a temporary file and opened.

See also plot --help.

Examples

echo "0\n1\n4" | plot

Change Log

See Change Log.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plot-cli-0.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

plot_cli-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page