Skip to content

mcastorina/graph-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-cli

A CLI utility to create graphs from CSV files.

graph-cli is designed to be highly configurable for easy and detailed graph generation. It has many flags to acquire this detail and uses reasonable defaults to avoid bothering the user. It also leverages chaining, so you can create complex graphs from multiple CSV files.

A full list of options can be found in OPTIONS.md.

Installation

pip install graph-cli

Examples

A few quick examples. For an extended list that further demonstrates features and usage, please view EXAMPLES.md.

graph samples/sine.csv -o sine.png

sine

graph samples/normal.csv --hist -o hist.png

hist

graph samples/sine.csv --marker '' --chain | \
graph samples/cosine.csv --title 'sine and cosine' \
  --ylabel '' --xscale 250 --marker '' -o sine-cosine.png
graph samples/sine-cosine.csv --title 'sine and cosine' \
  --ylabel '' --xscale 250 --marker '' -o sine-cosine.png

sine-cosine

graph samples/sine.csv --resample 125 -o sine-resample.png

sine-resample

graph samples/avocado.csv -x 'Date' -y 'AveragePrice' --resample 1W -o avocado-resample.png

avocado-resample

Donate

I develop this software in my spare time. If you find it useful, consider buying me a coffee! Thank you!

ko-fi

About

Flexible command line tool to create graphs from CSV data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published