diff scripts/plot/private/__default_plot_options__.m @ 10135:4516a0c97ced

Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
author David Bateman <dbateman@free.fr>
date Wed, 20 Jan 2010 02:52:22 +0100
parents 1aeb39118764
children 1479b93ee655
line wrap: on
line diff
--- a/scripts/plot/private/__default_plot_options__.m
+++ b/scripts/plot/private/__default_plot_options__.m
@@ -27,7 +27,7 @@
 
   options.key = "";
   options.color = [];
-  options.linestyle = "-";
-  options.marker = "none";
+  options.linestyle = [];
+  options.marker = [];
 
 endfunction