comparison scripts/plot/ribbon.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 74d5c1a4ca96
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
74 74
75 ax = get (tmp(c), "parent"); 75 ax = get (tmp(c), "parent");
76 76
77 if (! ishold ()) 77 if (! ishold ())
78 set (ax, "view", [-37.5, 30], "box", "off", "xgrid", "on", 78 set (ax, "view", [-37.5, 30], "box", "off", "xgrid", "on",
79 "ygrid", "on", "zgrid", "on"); 79 "ygrid", "on", "zgrid", "on");
80 endif 80 endif
81 81
82 if (nargout > 0) 82 if (nargout > 0)
83 h = tmp; 83 h = tmp;
84 endif 84 endif