diff scripts/plot/__pltopt1__.m @ 5462:74804828df1a

[project @ 2005-09-22 18:36:22 by jwe]
author jwe
date Thu, 22 Sep 2005 18:36:23 +0000
parents ec8c33dcd1bf
children 2618a0750ae6
line wrap: on
line diff
--- a/scripts/plot/__pltopt1__.m
+++ b/scripts/plot/__pltopt1__.m
@@ -124,6 +124,9 @@
         color = char;
         set_color = 1;
       endif
+    elseif (strcmp (char, "k"))
+      set_color = 1;
+      color = "-1";
     elseif (strcmp (char, "r"))
       set_color = 1;
       color = "1";
@@ -139,7 +142,7 @@
     elseif (strcmp (char, "c"))
       set_color = 1;
       color = "5";
-    elseif (strcmp (char, "w") || strcmp (char, "k"))
+    elseif (strcmp (char, "w"))
       set_color = 1;
       color = "6";
     elseif (strcmp (char, "*"))