comparison scripts/plot/isocolors.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
42 ## data @var{v}. Finally, if no output argument is given then directly 42 ## data @var{v}. Finally, if no output argument is given then directly
43 ## change the colors of a patch that is given by the patch handle 43 ## change the colors of a patch that is given by the patch handle
44 ## @var{p}. 44 ## @var{p}.
45 ## 45 ##
46 ## For example: 46 ## For example:
47 ##
47 ## @example 48 ## @example
48 ## function [] = isofinish (p) 49 ## function [] = isofinish (p)
49 ## set (gca, "PlotBoxAspectRatioMode", "manual", \ 50 ## set (gca, "PlotBoxAspectRatioMode", "manual", \
50 ## "PlotBoxAspectRatio", [1 1 1]); 51 ## "PlotBoxAspectRatio", [1 1 1]);
51 ## set (p, "FaceColor", "interp"); 52 ## set (p, "FaceColor", "interp");