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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
#bashplotlib
2
2
*plotting in the terminal*
3
3
4
-
<p>Why I wrote it. What you can use it for.</p>
4
+
##what is it?
5
+
<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>
5
6
6
7
##installation
7
8
<h5>install with pip</h5>
@@ -21,6 +22,7 @@ to your python scripts folder. This folder should be on your path (add it if it'
21
22
##features
22
23
<ul>
23
24
<li>quick plotting from the command line</li>
25
+
<li>customize the color, size, title, and shape of plots</li>
0 commit comments