comparison scripts/plot/isonormals.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 693e22af08ae
children 2c356a35d7f5
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
40 ## 40 ##
41 ## If no output argument is given then directly redraw the patch that is 41 ## If no output argument is given then directly redraw the patch that is
42 ## given by the patch handle @var{p}. 42 ## given by the patch handle @var{p}.
43 ## 43 ##
44 ## For example: 44 ## For example:
45 ##
45 ## @example 46 ## @example
46 ## function [] = isofinish (p) 47 ## function [] = isofinish (p)
47 ## set (gca, "PlotBoxAspectRatioMode","manual","PlotBoxAspectRatio",[1 1 1]); 48 ## set (gca, "PlotBoxAspectRatioMode","manual","PlotBoxAspectRatio",[1 1 1]);
48 ## set (p, "VertexNormals", -get(p,"VertexNormals")); ## Revert normals 49 ## set (p, "VertexNormals", -get(p,"VertexNormals")); ## Revert normals
49 ## set (p, "FaceColor", "interp"); 50 ## set (p, "FaceColor", "interp");