comparison scripts/plot/gnuplot_binary.in @ 12215:4ae2a74ed04c

Add fltk_gui_mode, fltk_mouse_wheel_zoom to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 22:31:31 -0800
parents 3c6e8aaa9555
children 72c96de7a403
comparison
equal deleted inserted replaced
12214:0ce4a9cd6a7f 12215:4ae2a74ed04c
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Loadable Function} {[@var{prog}, @var{args}] =} gnuplot_binary () 20 ## @deftypefn {Loadable Function} {[@var{prog}, @var{args}] =} gnuplot_binary ()
21 ## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @var{arg1}, @dots{}) 21 ## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @var{arg1}, @dots{})
22 ## Query or set the name of the program invoked by the plot command 22 ## Query or set the name of the program invoked by the plot command
23 ## and any arguments to pass to it. Previous arguments are returned 23 ## when the graphics toolkit is set to "gnuplot". Additional arguments to
24 ## as a cell array. 24 ## pass to the external plotting program may also be given.
25 ## The default value @code{\"gnuplot\"}. @xref{Installation}. 25 ## The default value is @code{"gnuplot"} without additional arguments.
26 ## @xref{Installation}.
26 ## @end deftypefn 27 ## @end deftypefn
27 28
28 ## Author: jwe 29 ## Author: jwe
29 30
30 function [prog, args] = gnuplot_binary (new_prog, varargin) 31 function [prog, args] = gnuplot_binary (new_prog, varargin)