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.
graph samples/sine.csv -o sine.png
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
graph samples/sine.csv --resample 125 -o sine-resample.png
graph samples/avocado.csv --resample 1W -o avocado-resample.png
pip install graph-cli
I develop this software in my spare time. If you find it useful, consider buying me a coffee! Thank you!