Function: calc-graph-show-tty

calc-graph-show-tty is an autoloaded and byte-compiled function defined in calc-graph.el.gz.

Signature

(calc-graph-show-tty OUTPUT)

Documentation

Default calc-gnuplot-plot-command for "tty" output mode.

This is useful for tek40xx and other graphics-terminal types.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-graph.el.gz
(defun calc-graph-show-tty (output)
  "Default `calc-gnuplot-plot-command' for \"tty\" output mode.
This is useful for tek40xx and other graphics-terminal types."
  (call-process shell-file-name nil calc-gnuplot-buffer nil
                shell-command-switch
                (format "cat %s >/dev/tty; rm %s" output output)))