LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

youplot

Draw plots on the terminal from command-line data

TLDR

Draw a bar chart from TSV data
$ cat [data.tsv] | uplot bar
copy
Draw a line plot from CSV
$ cat [data.csv] | uplot line -d,
copy
Plot a histogram
$ seq 100 | awk '{print rand()}' | uplot hist
copy

SYNOPSIS

uplot subcommand [options]

DESCRIPTION

YouPlot is a CLI tool that renders bar charts, line plots, scatter plots, histograms, and boxplots directly in the terminal using Unicode characters. It reads tab-separated or custom-delimited data from stdin, making it ideal for piping output from other commands.

INSTALL

brew install youplot
copy
nix profile install nixpkgs#youplot
copy

HISTORY

YouPlot was created by kojix2 (Red Data Tools) and is written in Ruby.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid