Mercurial > hg > octave-nkf
comparison scripts/plot/isocolors.m @ 10226:2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 29 Jan 2010 21:52:53 -0500 |
parents | 22ae6b3411a7 |
children | d1978e7364ad |
comparison
equal
deleted
inserted
replaced
10225:477d05b0a739 | 10226:2884758e265b |
---|---|
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, "DataAspectRatioMode", "manual", \ | 49 ## set (gca, "PlotBoxAspectRatioMode", "manual", \ |
50 ## "DataAspectRatio", [1 1 1]); | 50 ## "PlotBoxAspectRatio", [1 1 1]); |
51 ## set (p, "FaceColor", "interp"); | 51 ## set (p, "FaceColor", "interp"); |
52 ## ## set (p, "FaceLighting", "flat"); | 52 ## ## set (p, "FaceLighting", "flat"); |
53 ## ## light ("Position", [1 1 5]); ## Available with JHandles | 53 ## ## light ("Position", [1 1 5]); ## Available with JHandles |
54 ## endfunction | 54 ## endfunction |
55 ## | 55 ## |