graph-cli icon indicating copy to clipboard operation
graph-cli copied to clipboard

Flexible command line tool to create graphs from CSV data

Results 25 graph-cli issues
Sort by recently updated
recently updated
newest added

Hi, is there any way of opening multiple csv files to be plotted together on the same graph?

Seems like the same phenomenon as #22. ``` (venv) $ graph samples/bar.csv --bar Traceback (most recent call last): File "/Users/zach/Desktop/graph-cli/venv/bin/graph", line 10, in sys.exit(main.main()) File "/Users/zach/Desktop/graph-cli/venv/lib/python3.6/site-packages/graph_cli/main.py", line 17, in main...

bug

Hello Miiccah, Can we tweak the chart in way that X-axis text does not get cut-off without changing the dimension? Here is how it looks now, ![tets](https://user-images.githubusercontent.com/202687/87581777-80257d00-c6a7-11ea-998d-7e796c497a1e.png) Thanks Dibyendu

Hi I have a Lua script that I’m trying to run via crontab below. ```` # m h dom mon dow command 0 8 * * * /usr/bin/lua /home/pi/shared/TS_cabin_graph_watts_12h.lua >/home/pi/shared/watts.log...

a lot of arguments are passed directly to matplotlib which can cause errors it would be nice to catch any errors and cleanly exit with a message

enhancement

Hi I’m just starting out with graph_cli and I was wondering if you had any more examples you can share, ( as many as possible) :-)

Hi, first of all thanks for this simple to use tool. I'd like to suggest options to make background and foreground colors configurable, possibly with options like --bgcolor and --fgcolor....

enhancement

webp has better compression than png、jpg、gif, almost is the picture format king; hope support webp output~

enhancement

Unless I am blind, I don't see how can I export _Figure options_ that I set, similar to what is available in _Configure Subplot_. Fine design of curves using GUI...

this may require pushing the auto-fill code from `options.py` into `graph.py` where we decide if the xcol is timeseries or not

bug