Skip to content

Commit db28e1b

Browse files
committed
updated readme
1 parent e79238e commit db28e1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
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",

0 commit comments

Comments
 (0)