diff scripts/plot/private/__default_plot_options__.m @ 10580:1479b93ee655

Respect linestyleorder in errorbar plots
author David Bateman <dbateman@free.fr>
date Wed, 28 Apr 2010 00:23:57 +0200
parents 4516a0c97ced
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/private/__default_plot_options__.m	Tue Apr 27 21:20:11 2010 +0200
+++ b/scripts/plot/private/__default_plot_options__.m	Wed Apr 28 00:23:57 2010 +0200
@@ -29,5 +29,6 @@
   options.color = [];
   options.linestyle = [];
   options.marker = [];
+  options.errorstyle = [];
 
 endfunction