changeset 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 e5c3839f9403
files scripts/plot/__next_line_color__.m scripts/plot/__plt2vm__.m
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
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
--- a/scripts/plot/__plt2vm__.m	Thu Feb 01 10:00:05 2007 +0000
+++ b/scripts/plot/__plt2vm__.m	Thu Feb 01 10:10:41 2007 +0000
@@ -59,7 +59,7 @@
       options = repmat (options(:), y_nc, 1);
     endif
     for i = 1:y_nc
-      tkey = options(i).key
+      tkey = options(i).key;
       if (! isempty (tkey))
 	set (h, "key", "on");
       endif