feedgnuplot/guide/guide.org
2021-02-20 12:44:24 -08:00

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

/zhangyiss/feedgnuplot/media/commit/29d67d28d7cf3d5738567b91af70af183cec6972/guide/guide-1.svg