Mercurial > hg > octave-nkf
comparison scripts/plot/__plt_get_axis_arg__.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | 44c91c5dfe1d |
children | 1401a79af68c |
comparison
equal
deleted
inserted
replaced
6894:0a71f51ae624 | 6895:76e3d985ae56 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
18 ## 02110-1301, USA. | 18 ## 02110-1301, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## Undocumented internal function. |
21 ## @deftypefn {Function File} {[@var{h}, @var{remaining_args}} plot (@var{args}) | |
22 ## @end deftypefn | |
23 | 21 |
24 ## Author: jwe | 22 ## Author: jwe |
25 | 23 |
26 function [h, varargin] = __plt_get_axis_arg__ (caller, varargin) | 24 function [h, varargin] = __plt_get_axis_arg__ (caller, varargin) |
27 | 25 |