repository
0.0.0-20240709175409-a297dbea300f
Repository: https://github.com/rushton/plot.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Plot
A tool for quickly making plots from the command line.
Example
seq 100 | awk '{print $1, $1*2, $1*4}' | plot