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

14 lines
358 B
Org Mode

This is an overview of the capabilities of =feedgnuplot=. The [[https://github.com/dkogan/feedgnuplot/][documentation]]
provides a complete reference.
* Recipes
First, a trivial plot: let's plot a sinusoid
#+BEGIN_SRC sh :results file link :exports both
seq 100 | perl -nE 'say sin($_/5.)' | feedgnuplot --lines
#+END_SRC
#+RESULTS:
[[file:guide-1.svg]]