bashplotlib
===========
plotting in the terminal

what is it?
===========
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.

Either method will install the bashplotlib python package and will also add <code>hist</code> and <code>scatter</code> 
to your python scripts folder. This folder should be on your path (add it if it's not).

features
===========
1. quick plotting from the command line
2. customize the color, size, title, and shape of plots
3. pipe data into plots with stdin

todo
===========
1. sideways numbers for x-axis of histograms
2. colors for individual points
3. line charts
4. trendlines
