Mercurial > hg > octave-lyh
comparison scripts/plot/shading.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 | cf2163418140 |
comparison
equal
deleted
inserted
replaced
8745:6dc61981d18b | 8746:5dd06f19e9be |
---|---|
37 ## If @var{ax} is given the shading is applied to axis @var{ax} instead | 37 ## If @var{ax} is given the shading is applied to axis @var{ax} instead |
38 ## of the current axis. | 38 ## of the current axis. |
39 ## @end deftypefn | 39 ## @end deftypefn |
40 | 40 |
41 ## Author: Kai Habel <kai.habel@gmx.de> | 41 ## Author: Kai Habel <kai.habel@gmx.de> |
42 | |
43 ## PKG_ADD: mark_as_command shading | |
44 | 42 |
45 function shading (varargin) | 43 function shading (varargin) |
46 | 44 |
47 [ax, varargin] = __plt_get_axis_arg__ ("shading", varargin{:}); | 45 [ax, varargin] = __plt_get_axis_arg__ ("shading", varargin{:}); |
48 | 46 |