Skip to content

Commit 88af7d2

Browse files
committed
Merge branch 'master' of github.com:glamp/bashplotlib
merging readme
2 parents 7ba2881 + 0de803f commit 88af7d2

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@
1919
to your python scripts folder. This folder should be on your path (add it if it's not).</p>
2020

2121
##features
22-
<p>put some features in here</p>
2322
<ul>
24-
<li>1</li>
25-
<li>2</li>
26-
<li>3</li>
27-
<li>4</li>
28-
<li>5</li>
23+
<li>quick plotting from the command line</li>
24+
<li>pipe data into plots with stdin</li>
2925
</ul>
3026

3127
##usage
@@ -36,7 +32,7 @@ to your python scripts folder. This folder should be on your path (add it if it'
3632

3733
##examples
3834
<pre>$ scatter -f data/texas.txt --pch .</pre>
39-
insert picture of output here
35+
<img src="examples/texas.png">
4036

4137

4238
<pre>$ hist data/exp.txt</pre>

0 commit comments

Comments
 (0)