Skip to content

Commit 7fe5b58

Browse files
committed
Update README.md
1 parent 10b3add commit 7fe5b58

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#bashplotlib
22
*plotting in the terminal*
33

4+
<p>Why I wrote it. What you can use it for.</p>
5+
46
#installation
57
<h5>install with pip</h5>
68
<pre>
@@ -13,6 +15,9 @@
1315
$ python setup.py install
1416
</pre>
1517

18+
<p>This will install the bashplotlib python package and will also add <code>hist</code> and <code>scatter</code>
19+
to your python scripts folder. This folder should be on your path (add it if it's not).</p>
20+
1621
#examples
1722
<pre>scatter -f data/texas.txt --pch .</pre>
1823
------------------------------------------
@@ -131,3 +136,9 @@
131136
| . . . . |
132137
| . |
133138
----------------------------------------------------------------------------------
139+
140+
#todos
141+
- colors for individual points
142+
- line charts
143+
- trendlines
144+

0 commit comments

Comments
 (0)