diff scripts/plot/__next_line_color__.m @ 6265:598c2be12ab9

[project @ 2007-02-01 10:09:53 by jwe]
author jwe
date Thu, 01 Feb 2007 10:10:41 +0000
parents cc2bee854d23
children 76e3d985ae56
line wrap: on
line diff
--- a/scripts/plot/__next_line_color__.m	Thu Feb 01 10:00:05 2007 +0000
+++ b/scripts/plot/__next_line_color__.m	Thu Feb 01 10:10:41 2007 +0000
@@ -41,8 +41,7 @@
     if (nargin == 1 && reset)
       color_index = 1;
     else
-      color_index
-      rgb = color_rotation(color_index,:)
+      rgb = color_rotation(color_index,:);
       if (++color_index > num_colors)
 	color_index = 1;
       endif