Variable: org-plot/gnuplot-term-extra
org-plot/gnuplot-term-extra is a customizable variable defined in
org-plot.el.gz.
Value
""
Documentation
String or function which provides the extra term options.
E.g. a value of "size 1050,650" would cause
"set term ... size 1050,650" to be used.
If a function, it is called with the plot type as the argument.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-plot.el.gz
(defcustom org-plot/gnuplot-term-extra ""
"String or function which provides the extra term options.
E.g. a value of \"size 1050,650\" would cause
\"set term ... size 1050,650\" to be used.
If a function, it is called with the plot type as the argument."
:group 'org-plot
:type '(choice string function))