Variable: *org-babel-gnuplot-terms*
*org-babel-gnuplot-terms* is a customizable variable defined in
ob-gnuplot.el.gz.
Value
((eps . "postscript eps"))
Documentation
List of file extensions and the associated gnuplot terminal.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-gnuplot.el.gz
(defcustom *org-babel-gnuplot-terms*
'((eps . "postscript eps"))
"List of file extensions and the associated gnuplot terminal."
:group 'org-babel
:type '(repeat (cons (symbol :tag "File extension")
(string :tag "Gnuplot terminal"))))