cli tool to visualize as bar graph
PHP
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
samples
README.md
bargraph.php

README.md

bargraph.php

cli tool to visualize as bar graph

Examples

% cat samples/data2.txt | php bargraph.php
2016-Jan        1
2016-Feb        4       *
2016-Mar        9       **
2016-Apr        16      ****
2016-May        25      ******
2016-Jun        36      *********
2016-Jul        49      ************
2016-Aug        64      ****************
2016-Sep        81      ********************
2016-Oct        100     ************************
2016-Nov        121     *****************************
2016-Dec        144     ***********************************
2017-Jan        169     *****************************************
2017-Feb        196     ************************************************
2017-Mar        225     *******************************************************
2017-Apr        256     **************************************************************
2017-May        289     **********************************************************************
2017-Jun        324     *******************************************************************************
2017-Jul        361     ****************************************************************************************
2017-Aug        400     *************************************************************************************************

Licence

MIT Licence