Variable: org-babel-header-args:gnuplot

org-babel-header-args:gnuplot is a variable defined in ob-gnuplot.el.gz.

Value

((title . :any) (lines . :any) (sets . :any) (x-labels . :any)
 (y-labels . :any) (timefmt . :any) (time-ind . :any) (missing . :any)
 (term . :any))

Documentation

Gnuplot specific header args.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-gnuplot.el.gz
(defvar org-babel-header-args:gnuplot
  '((title	. :any)
    (lines	. :any)
    (sets	. :any)
    (x-labels	. :any)
    (y-labels	. :any)
    (timefmt	. :any)
    (time-ind	. :any)
    (missing	. :any)
    (term       . :any))
  "Gnuplot specific header args.")