diff scripts/plot/fplot.m @ 8507:cadc73247d65

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 13 Jan 2009 14:08:36 -0500
parents 7ef5b1b4e029
children 4629e3925e75
line wrap: on
line diff
--- a/scripts/plot/fplot.m
+++ b/scripts/plot/fplot.m
@@ -108,10 +108,10 @@
     axis (limits);
   endif
 
-  if (isvector(y))
+  if (isvector (y))
     legend (nam);
   else
-    for i=1:columns(y)
+    for i = 1:columns (y)
       nams{i} = sprintf ("%s(:,%i)", nam, i);
     endfor
     legend (nams{:});