Skip to content

Commit 8bf79e1

Browse files
committed
Update README.md
1 parent 7dede70 commit 8bf79e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

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

4-
<p>bashplotlib is a python package and command line tool for making basic plots in the terminal. I use it to help keep tabs on logfiles and processes running on EC2 servers.</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>
56

67
##installation
78
<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'
2122
##features
2223
<ul>
2324
<li>quick plotting from the command line</li>
25+
<li>customize the color, size, title, and shape of plots</li>
2426
<li>pipe data into plots with stdin</li>
2527
</ul>
2628

0 commit comments

Comments
 (0)