Mercurial > hg > octave-lyh
comparison scripts/plot/meshc.m @ 12133:adbc08052ccd
meshc.m: Add note describing why the gnuplot backend is not consistent with Matlab.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 22 Jan 2011 13:54:18 -0500 |
parents | b0084095098e |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
12132:dc11166fcddc | 12133:adbc08052ccd |
---|---|
35 | 35 |
36 ax = get (tmp, "parent"); | 36 ax = get (tmp, "parent"); |
37 | 37 |
38 set (tmp, "facecolor", "w"); | 38 set (tmp, "facecolor", "w"); |
39 set (tmp, "edgecolor", "flat"); | 39 set (tmp, "edgecolor", "flat"); |
40 ## FIXME - gnuplot does not support a filled surface and a | |
41 ## non-filled contour. 3D filled patches are also not supported. | |
42 ## Thus, the facecolor will be transparent for the gnuplot | |
43 ## backend. | |
40 | 44 |
41 if (! ishold ()) | 45 if (! ishold ()) |
42 set (ax, "view", [-37.5, 30], | 46 set (ax, "view", [-37.5, 30], |
43 "xgrid", "on", "ygrid", "on", "zgrid", "on"); | 47 "xgrid", "on", "ygrid", "on", "zgrid", "on"); |
44 endif | 48 endif |