File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99<h5 >install from source</h5 >
1010<pre >
1111 git clone git@github.com:glamp/bashplotlib.git
12+ cd bashplotlib
1213 python setup.py install
1314</pre >
1415
1516#examples
16- <pre >python bin/ scatter.py -f data/texas.txt --pch .</pre >
17+ <pre >scatter -f data/texas.txt --pch .</pre >
1718 ------------------------------------------
1819 | . . . . . . |
1920 | . . |
3839 ------------------------------------------
3940
4041
41- <pre >python bin/ hist.py data/exp.txt</pre >
42+ <pre >hist data/exp.txt</pre >
4243 461 | o
4344 438 | o
4445 415 | o
6364 ------------------
6465
6566
66- <pre >python bin/ scatter.py -x data/x_test.txt -y data/y_test.txt</pre >
67+ <pre >scatter -x data/x_test.txt -y data/y_test.txt</pre >
6768 --------------------------------------------
6869 | x | |
6970 | | |
8788 | | x |
8889 | | x |
8990 --------------------------------------------
90- <pre >bin/ scatter.py -f data/lower48.txt -s 40 --pch .</pre >
91+ <pre >scatter -f data/lower48.txt -s 40 --pch .</pre >
9192 ----------------------------------------------------------------------------------
9293 | . . . . . . . . . . . . . . . . . . . |
9394 | . . . . . . . . . . |
You can’t perform that action at this time.
0 commit comments