You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
#bashplotlib
2
2
*plotting in the terminal*
3
+
<br><br>
4
+
<imgsrc="examples/basichist.png">
3
5
4
6
##what is it?
5
7
<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 @@
16
18
$ python setup.py install
17
19
</pre>
18
20
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>
20
22
to your python scripts folder. This folder should be on your path (add it if it's not).</p>
21
23
22
24
##features
@@ -50,7 +52,7 @@ to your python scripts folder. This folder should be on your path (add it if it'
0 commit comments