Variable: calc-gnuplot-plot-command

calc-gnuplot-plot-command is a customizable variable defined in calc.el.gz.

Value

nil

Documentation

Name of command for displaying GNUPLOT output; %s = file name to print.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-gnuplot-plot-command nil
  "Name of command for displaying GNUPLOT output; %s = file name to print."
  :type '(choice (string) (sexp)))