Variable: org-plot/gnuplot-script-preamble

org-plot/gnuplot-script-preamble is a customizable variable defined in org-plot.el.gz.

Value

""

Documentation

String of function to be inserted before the gnuplot plot command is run.

Note that this is in addition to, not instead of other content generated in org-plot/gnuplot-script. If a function, it is called with the parameters used by the current plot type (see org-plot/preset-plot-types), and must return a string to be used.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-plot.el.gz
(defcustom org-plot/gnuplot-script-preamble ""
  "String of function to be inserted before the gnuplot plot command is run.

Note that this is in addition to, not instead of other content generated
in `org-plot/gnuplot-script'.  If a function, it is called with the
parameters used by the current plot type (see
`org-plot/preset-plot-types'), and must return a string to be used."
  :group 'org-plot
  :type '(choice string function))