comparison scripts/plot/isocolors.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents d1978e7364ad
children a4f482e66b65
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
41 ## argument to all variations of function calls instead of the vertices 41 ## argument to all variations of function calls instead of the vertices
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 ## @example 47 ## @example
48 ## function [] = isofinish (p) 48 ## function [] = isofinish (p)
49 ## set (gca, "PlotBoxAspectRatioMode", "manual", \ 49 ## set (gca, "PlotBoxAspectRatioMode", "manual", \
50 ## "PlotBoxAspectRatio", [1 1 1]); 50 ## "PlotBoxAspectRatio", [1 1 1]);
51 ## set (p, "FaceColor", "interp"); 51 ## set (p, "FaceColor", "interp");