comparison 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
comparison
equal deleted inserted replaced
10579:fd6899b1b00e 10580:1479b93ee655
27 27
28 options.key = ""; 28 options.key = "";
29 options.color = []; 29 options.color = [];
30 options.linestyle = []; 30 options.linestyle = [];
31 options.marker = []; 31 options.marker = [];
32 options.errorstyle = [];
32 33
33 endfunction 34 endfunction