# HG changeset patch # User jwe # Date 1134502166 0 # Node ID 591e9accd44c5cb3a3dfdbd633e7093115d4b507 # Parent 6ada1581e8b409f47d9d0c5a5295d95cd0d20255 [project @ 2005-12-13 19:29:26 by jwe] diff -r 6ada1581e8b4 -r 591e9accd44c scripts/sparse/treeplot.m --- a/scripts/sparse/treeplot.m Tue Dec 13 19:20:14 2005 +0000 +++ b/scripts/sparse/treeplot.m Tue Dec 13 19:29:26 2005 +0000 @@ -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