mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
14 lines
358 B
Org Mode
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]]
|