comparison scripts/plot/mesh.m @ 7146:c7e5e638a8d0

[project @ 2007-11-09 17:49:44 by jwe]
author jwe
date Fri, 09 Nov 2007 17:51:42 +0000
parents 0e63f1126f01
children 5c121a8b40b5
comparison
equal deleted inserted replaced
7145:d169c9f4a697 7146:c7e5e638a8d0
39 ax = get (tmp, "parent"); 39 ax = get (tmp, "parent");
40 40
41 set (tmp, "facecolor", "none"); 41 set (tmp, "facecolor", "none");
42 set (tmp, "edgecolor", "flat"); 42 set (tmp, "edgecolor", "flat");
43 43
44 set (ax, "view", [-37.5, 30]); 44 if (! ishold ())
45 set (ax, "view", [-37.5, 30]);
46 endif
45 47
46 if (nargout > 0) 48 if (nargout > 0)
47 h = tmp; 49 h = tmp;
48 endif 50 endif
49 51