comparison scripts/plot/newplot.m @ 9672:43a07df0ed4c

document graphics structures
author Michael D. Godfrey <godfrey@isl.stanford.edu>
date Wed, 30 Sep 2009 10:18:32 -0400
parents eb63fbe60fab
children 4516a0c97ced
comparison
equal deleted inserted replaced
9671:e4b383a0effa 9672:43a07df0ed4c
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} newplot () 20 ## @deftypefn {Function File} {} newplot ()
21 ## Prepare graphics engine to produce a new plot. This function should 21 ## Prepare graphics engine to produce a new plot. This function is
22 ## be called at the beginning of all high-level plotting functions. 22 ## called at the beginning of all high-level plotting functions.
23 ## It is not normally required in user programs.
23 ## @end deftypefn 24 ## @end deftypefn
24 25
25 function newplot () 26 function newplot ()
26 27
27 if (nargin == 0) 28 if (nargin == 0)