Skip to content

Commit 42b2205

Browse files
committed
updated readme w/ correct examples
1 parent acc0d13 commit 42b2205

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
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
| . . |
@@ -38,7 +39,7 @@
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
@@ -63,7 +64,7 @@
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
| | |
@@ -87,7 +88,7 @@
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
| . . . . . . . . . . |

0 commit comments

Comments
 (0)