Mercurial > hg > octave-lyh
comparison scripts/plot/hidden.m @ 8746:5dd06f19e9be
handle commands in the lexer
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 15 Feb 2009 23:49:15 -0500 |
parents | 73d6b71788c0 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8745:6dc61981d18b | 8746:5dd06f19e9be |
---|---|
22 ## Manipulation the mesh hidden line removal. Called with no argument | 22 ## Manipulation the mesh hidden line removal. Called with no argument |
23 ## the hidden line removal is toggled. The argument @var{mode} can be either | 23 ## the hidden line removal is toggled. The argument @var{mode} can be either |
24 ## 'on' or 'off' and the set of the hidden line removal is set accordingly. | 24 ## 'on' or 'off' and the set of the hidden line removal is set accordingly. |
25 ## @seealso{mesh, meshc, surf} | 25 ## @seealso{mesh, meshc, surf} |
26 ## @end deftypefn | 26 ## @end deftypefn |
27 | |
28 ## PKG_ADD: mark_as_command hidden | |
29 | 27 |
30 function retval = hidden (mode) | 28 function retval = hidden (mode) |
31 | 29 |
32 if (nargin == 0) | 30 if (nargin == 0) |
33 mode = "swap"; | 31 mode = "swap"; |