Mercurial > hg > octave-lyh
diff scripts/plot/pcolor.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | e3e6079039c6 |
line wrap: on
line diff
--- a/scripts/plot/pcolor.m +++ b/scripts/plot/pcolor.m @@ -33,7 +33,7 @@ ## parent axis. ## ## The face color of each cell of the mesh is determined by interpolating -## the values of @var{c} for the cell's vertices. Contrast this with +## the values of @var{c} for the cell's vertices. Contrast this with ## @code{imagesc} which renders one cell for each element of @var{c}. ## ## @code{shading} modifies an attribute determining the manner by which the @@ -70,7 +70,7 @@ set (tmp, "facecolor", "flat"); set (ax, "box", "on"); - + if (! ishold ()) set (ax, "view", [0, 90]); endif