Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/gnuplot_binary.in +++ b/scripts/plot/gnuplot_binary.in @@ -20,9 +20,10 @@ ## @deftypefn {Loadable Function} {[@var{prog}, @var{args}] =} gnuplot_binary () ## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @var{arg1}, @dots{}) ## Query or set the name of the program invoked by the plot command -## and any arguments to pass to it. Previous arguments are returned -## as a cell array. -## The default value @code{\"gnuplot\"}. @xref{Installation}. +## 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 @code{"gnuplot"} without additional arguments. +## @xref{Installation}. ## @end deftypefn ## Author: jwe