diff scripts/plot/__pltopt1__.m @ 6442:1896d9b1f302

[project @ 2007-03-23 16:10:33 by jwe]
author jwe
date Fri, 23 Mar 2007 16:10:33 +0000
parents a8dd70bacc1e
children af8e28709a2c
line wrap: on
line diff
--- a/scripts/plot/__pltopt1__.m	Fri Mar 23 15:35:28 2007 +0000
+++ b/scripts/plot/__pltopt1__.m	Fri Mar 23 16:10:33 2007 +0000
@@ -58,8 +58,12 @@
 	      || topt == "." || topt == "x" || topt == "s"
 	      || topt == "d" || topt == "^" || topt == "v"
 	      || topt == ">" || topt == "<" || topt == "p"
-	      || topt == "h")
+	      || topt == "h" || topt == "@")
 	have_marker = true;
+	## Backward compatibility.  Leave undocumented.
+	if (topt == "@")
+	  topt = "+";
+	endif
 	options.marker = topt;
       elseif (topt == "k")
 	options.color = [0, 0, 0];