Skip to content

Commit dba0047

Browse files
committed
updated readme
1 parent 6e7d770 commit dba0047

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ to your python scripts folder. This folder should be on your path (add it if it'
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 --size 40 --pch . --colour blue</pre>
56-
<img src="examples/img/usa.png">
57-
5855
##todo
5956
<ul>
6057
<li>sideways numbers for x-axis of histograms</li>

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.9",
6+
version="0.4.0",
77
author="Greg Lamp",
88
author_email="lamp.greg@gmail.com",
99
url="https://github.com/glamp/bashplotlib",

0 commit comments

Comments
 (0)