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

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 2884758e265b
children 830e03dd844e
line wrap: on
line diff
--- a/scripts/plot/isosurface.m
+++ b/scripts/plot/isosurface.m
@@ -159,15 +159,15 @@
       newplot ();
       if (calc_colors)
         pa = patch ("Faces", fvc.faces, "Vertices", fvc.vertices,
-		    "FaceVertexCData", fvc.facevertexcdata, 
-		    "FaceColor", "flat", "EdgeColor", "none");
+                    "FaceVertexCData", fvc.facevertexcdata, 
+                    "FaceColor", "flat", "EdgeColor", "none");
       else
         pa = patch ("Faces", fvc.faces, "Vertices", fvc.vertices, 
-		    "FaceColor", "g", "EdgeColor", "k");
+                    "FaceColor", "g", "EdgeColor", "k");
       endif
       if (! ishold ())
-	set (gca(), "view", [-37.5, 30],
-	     "xgrid", "on", "ygrid", "on", "zgrid", "on");
+        set (gca(), "view", [-37.5, 30],
+             "xgrid", "on", "ygrid", "on", "zgrid", "on");
       endif
     case 1
       varargout = {fvc};