From bug-request at octave dot org Wed Jan 4 23:33:43 2006 Subject: Re: gnuplot gset From: "Sean O'Rourke" To: Paul Kienzle Cc: bug at octave dot org Date: Wed, 4 Jan 2006 20:42:55 -0600 Paul Kienzle writes: > How about the following? > > function gnuplot(varargin), __gnuplot_plot__(varargin{:}); endfunction > function gnuset(varargin), __gnuplot_set__(varargin{:}); endfunction Does the old gplot do some special command-line parsing, or will that plus a mark_as_command on both do the trick? If so, this sounds like a good solution. /s ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------