diff scripts/plot/__plt__.m @ 5395:8db4eb48f546

[project @ 2005-06-16 20:19:18 by jwe]
author jwe
date Thu, 16 Jun 2005 20:19:19 +0000
parents 4c8a2e4e0717
children c49aec8a9080
line wrap: on
line diff
--- a/scripts/plot/__plt__.m
+++ b/scripts/plot/__plt__.m
@@ -68,7 +68,8 @@
 	endif
       elseif (x_set)
 	if (y_set)
-	  [data{j}, fmtstr] = __plt2__ (x, y, "");
+	  fmt = __pltopt__ (caller, "");
+	  [data{j}, fmtstr] = __plt2__ (x, y, fmt);
 	  have_data = true;
 	  x = next_arg;
 	  y_set = false;