Mercurial > hg > octave-lyh
diff scripts/sparse/treeplot.m @ 5578:591e9accd44c
[project @ 2005-12-13 19:29:26 by jwe]
author | jwe |
---|---|
date | Tue, 13 Dec 2005 19:29:26 +0000 |
parents | 7e008607a86e |
children | 2618a0750ae6 |
line wrap: on
line diff
--- a/scripts/sparse/treeplot.m +++ b/scripts/sparse/treeplot.m @@ -132,7 +132,7 @@ axis ([0.5 LeftMost+0.5 Max-0.5 NodNumber-0.5], "nolabel"); ## set axis and graph size plot (XCoordinate,YCoordinate,NodeStyle); ## plot grah nodes - hold on; + hold ("on"); Skelet = [Skelet; 0]; ## helping command - usable for plotting edges @@ -148,7 +148,7 @@ YCoordinate(Skelet(istart:istop)), EdgeStyle) endfor - hold off; + hold ("off"); endif endif