octave: Customizing Toolkit Behavior

 
 15.4.7.1 Customizing Toolkit Behavior
 .....................................
 
 The specific behavior of the backend toolkit may be modified using the
 following utility functions.  Note: Not all functions apply to every
 graphics toolkit.
 
  -- : [PROG, ARGS] = gnuplot_binary ()
  -- : [OLD_PROG, OLD_ARGS] = gnuplot_binary (NEW_PROG, ARG1, ...)
      Query or set the name of the program invoked by the plot command
      when the graphics toolkit is set to "gnuplot".
 
      Additional arguments to pass to the external plotting program may
      also be given.  The default value is "gnuplot" with no additional
      arguments.  SeeInstallation.
 
      See also: Seegraphics_toolkit XREFgraphics_toolkit.