File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ to your python scripts folder. This folder should be on your path (add it if it'
4343<img src =" examples/img/histogramhelp.png " >
4444
4545##examples
46- <pre >$ scatter -f data/texas.txt --pch .</pre >
46+ <pre >$ scatter --file data/texas.txt --pch .</pre >
4747<img src =" examples/img/texas.png " >
4848
49- <pre >$ hist data/exp.txt</pre >
49+ <pre >$ hist --file data/exp.txt</pre >
5050<img src =" examples/img/histogram.png " >
5151
5252<pre >$ scatter -x data/x_test.txt -y data/y_test.txt</pre >
5353<img src =" examples/img/scatter.png " >
5454
55- <pre >$ cat data/lower48.txt | scatter -s 40 --pch .</pre >
55+ <pre >$ cat data/lower48.txt | scatter --size 40 --pch . --colour blue </pre >
5656<img src =" examples/img/usa.png " >
5757
5858##todo
Original file line number Diff line number Diff line change 33
44setup (
55 name = "bashplotlib" ,
6- version = "0.3.7 " ,
6+ version = "0.3.8 " ,
77 author = "Greg Lamp" ,
88 author_email = "lamp.greg@gmail.com" ,
99 url = "https://github.com/glamp/bashplotlib" ,
You can’t perform that action at this time.
0 commit comments