# HG changeset patch # User jwe # Date 1170324641 0 # Node ID 598c2be12ab9da57de8e8987cc8a741fc9888578 # Parent cc2bee854d23482af9be0831a245c8ca9de740f3 [project @ 2007-02-01 10:09:53 by jwe] diff --git a/scripts/plot/__next_line_color__.m b/scripts/plot/__next_line_color__.m --- a/scripts/plot/__next_line_color__.m +++ b/scripts/plot/__next_line_color__.m @@ -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 diff --git a/scripts/plot/__plt2vm__.m b/scripts/plot/__plt2vm__.m --- a/scripts/plot/__plt2vm__.m +++ b/scripts/plot/__plt2vm__.m @@ -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