replacing gnuplot task documentation lost in a merge
This commit is contained in:
parent
a7e504870e
commit
6070566113
|
@ -2039,16 +2039,9 @@ This could probably be added to [[file:lisp/org-babel-script.el][org-babel-scrip
|
||||||
#+resname: implementing-ditaa
|
#+resname: implementing-ditaa
|
||||||
[[file:blue.png][blue.png]]
|
[[file:blue.png][blue.png]]
|
||||||
|
|
||||||
*** STARTED gnuplot
|
*** STARTED gnuplot [2/6]
|
||||||
(see [[* file result types][file result types]])
|
(see [[* file result types][file result types]])
|
||||||
|
|
||||||
- a =file= header argument
|
|
||||||
- a =cmdline= header argument
|
|
||||||
- to add variables
|
|
||||||
- scalar variables should be replaced in the body of the gnuplot code
|
|
||||||
- vector variables should be exported to tab-separated files, and
|
|
||||||
the variable names should be replaced with the path to the files
|
|
||||||
|
|
||||||
#+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
|
#+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
|
||||||
#+TBLNAME: gnuplot-data
|
#+TBLNAME: gnuplot-data
|
||||||
| independent var | first dependent var | second dependent var |
|
| independent var | first dependent var | second dependent var |
|
||||||
|
@ -2073,6 +2066,18 @@ set title "Implementing Gnuplot"
|
||||||
plot "data" using 1:2 with lines
|
plot "data" using 1:2 with lines
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
**** DONE add variables
|
||||||
|
- scalar variables should be replaced in the body of the gnuplot code
|
||||||
|
- vector variables should be exported to tab-separated files, and
|
||||||
|
the variable names should be replaced with the path to the files
|
||||||
|
|
||||||
|
**** DONE direct plotting w/o session
|
||||||
|
**** TODO a =file= header argument
|
||||||
|
to specify a file holding the results
|
||||||
|
|
||||||
|
**** TODO helpers from org-plot.el
|
||||||
|
**** TODO header argument specifying 3D data
|
||||||
|
**** TODO gnuplot sessions
|
||||||
*** TODO dot
|
*** TODO dot
|
||||||
(see [[* file result types][file result types]])
|
(see [[* file result types][file result types]])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue