mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
358 B
358 B
This is an overview of the capabilities of feedgnuplot
. The documentation
provides a complete reference.
Recipes
First, a trivial plot: let's plot a sinusoid
seq 100 | perl -nE 'say sin($_/5.)' | feedgnuplot --lines