changeset 5578:591e9accd44c

[project @ 2005-12-13 19:29:26 by jwe]
author jwe
date Tue, 13 Dec 2005 19:29:26 +0000
parents 6ada1581e8b4
children 03d2e1df7c1b
files scripts/sparse/treeplot.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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