youplot

Draw plots on the terminal from command-line data

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool that draw plots on the terminal

Commands

youplot

Examples

Plot data from a file with line chart$ youplot line data.txt
Create a bar chart from CSV data$ cat data.csv | youplot bar
Generate a scatter plot with custom title$ youplot scatter --title 'Data Distribution' data.txt