#bashplotlib plotting in the terminal
Why I wrote it. What you can use it for.
##installation
$ pip install bashplotlib
$ git clone git@github.com:glamp/bashplotlib.git $ cd bashplotlib $ python setup.py install
This will install the bashplotlib python package and will also add hist
and scatter
to your python scripts folder. This folder should be on your path (add it if it's not).
##features
put some features in here
##usage
this is how you use it from the command line
this is how you use it in python
##examples
scatter -f data/texas.txt --pch .
insert picture of output here
hist data/exp.txt
insert picture of output here
scatter -x data/x_test.txt -y data/y_test.txt
insert picture of output here
scatter -f data/lower48.txt -s 40 --pch .
insert picture of output here
##todo
- sideways numbers for x-axis of histograms
- colors for individual points
- line charts
- trendlines