We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b3add commit 7fe5b58Copy full SHA for 7fe5b58
1 file changed
README.md
@@ -1,6 +1,8 @@
1
#bashplotlib
2
*plotting in the terminal*
3
4
+<p>Why I wrote it. What you can use it for.</p>
5
+
6
#installation
7
<h5>install with pip</h5>
8
<pre>
@@ -13,6 +15,9 @@
13
15
$ python setup.py install
14
16
</pre>
17
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
21
#examples
22
<pre>scatter -f data/texas.txt --pch .</pre>
23
------------------------------------------
@@ -131,3 +136,9 @@
131
136
| . . . . |
132
137
| . |
133
138
----------------------------------------------------------------------------------
139
140
+#todos
141
+ - colors for individual points
142
+ - line charts
143
+ - trendlines
144
0 commit comments