diff scripts/plot/newplot.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 62ebba45054e
children 84c35a483d1f
line wrap: on
line diff
--- a/scripts/plot/newplot.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/plot/newplot.m	Fri Apr 23 11:28:50 2010 -0700
@@ -39,7 +39,7 @@
         delete (get (cf, "children"))
       case "replace"
       otherwise
-	error ("newplot: unrecognized nextplot property for current figure");
+        error ("newplot: unrecognized nextplot property for current figure");
     endswitch
     ca = gca ();
     anp = get (ca, "nextplot");
@@ -49,10 +49,10 @@
       case "replacechildren"
         delete (get (ca, "children"))
       case "replace"
-	__go_axes_init__ (ca, "replace");
-	__request_drawnow__ ();
+        __go_axes_init__ (ca, "replace");
+        __request_drawnow__ ();
       otherwise
-	error ("newplot: unrecognized nextplot property for current axes");
+        error ("newplot: unrecognized nextplot property for current axes");
     endswitch
   else
     print_usage ();