comparison scripts/plot/box.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
24 ## omitted, the current box state is toggled. 24 ## omitted, the current box state is toggled.
25 ## @seealso{grid} 25 ## @seealso{grid}
26 ## @end deftypefn 26 ## @end deftypefn
27 27
28 ## Author: jwe 28 ## Author: jwe
29
30 ## PKG_ADD: mark_as_command box
31 29
32 function box (varargin) 30 function box (varargin)
33 31
34 h = gca (); 32 h = gca ();
35 33