Draw plots on the terminal from command-line data
Command-line tool that draw plots on the terminal
youplot
$ youplot line data.txt
$ cat data.csv | youplot bar
$ youplot scatter --title 'Data Distribution' data.txt