Skip to content

Commit 9e53044

Browse files
committed
Merge branch 'master' of github.com:glamp/bashplotlib
read me
2 parents 01c1901 + 28fcb20 commit 9e53044

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#bashplotlib
22
*plotting in the terminal*
3+
<br><br>
4+
<img src="examples/basichist.png">
35

46
##what is it?
57
<p>bashplotlib is a python package and command line tool for making basic plots in the terminal. It's a quick way to visualize data when you don't have a GUI. It's written in pure python and can quickly be installed anywhere using pip.</p>
@@ -16,7 +18,7 @@
1618
$ python setup.py install
1719
</pre>
1820

19-
<p>This will install the bashplotlib python package and will also add <code>hist</code> and <code>scatter</code>
21+
<p>Either method will install the bashplotlib python package and will also add <code>hist</code> and <code>scatter</code>
2022
to your python scripts folder. This folder should be on your path (add it if it's not).</p>
2123

2224
##features
@@ -50,7 +52,7 @@ to your python scripts folder. This folder should be on your path (add it if it'
5052
<pre>$ scatter -x data/x_test.txt -y data/y_test.txt</pre>
5153
<img src="examples/scatter.png">
5254

53-
<pre>$ scatter -f data/lower48.txt -s 40 --pch .</pre>
55+
<pre>$ cat data/lower48.txt | scatter -s 40 --pch .</pre>
5456
<img src="examples/usa.png">
5557

5658
##todo

0 commit comments

Comments
 (0)