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 parameters used by the current plot type, see org-plot/preset-plot-types.

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 parameters used by the current plot
type, see `org-plot/preset-plot-types'."
  :group 'org-plot
  :type '(choice string function))