Mercurial > hg > octave-lyh
diff scripts/plot/isonormals.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 | 3b810beddfa6 |
children | 95c3e38098bf |
line wrap: on
line diff
--- a/scripts/plot/isonormals.m +++ b/scripts/plot/isonormals.m @@ -44,7 +44,7 @@ ## For example, ## @example ## function [] = isofinish (p) -## set (gca, "DataAspectRatioMode","manual","DataAspectRatio",[1 1 1]); +## set (gca, "PlotBoxAspectRatioMode","manual","PlotBoxAspectRatio",[1 1 1]); ## set (p, "VertexNormals", -get(p,"VertexNormals")); ## Revert normals ## set (p, "FaceColor", "interp"); ## ## set (p, "FaceLighting", "phong");