comparison scripts/ChangeLog @ 10580:1479b93ee655

Respect linestyleorder in errorbar plots
author David Bateman <dbateman@free.fr>
date Wed, 28 Apr 2010 00:23:57 +0200
parents 384c514bbae2
children e2a4e87b900c
comparison
equal deleted inserted replaced
10579:fd6899b1b00e 10580:1479b93ee655
1 2010-04-27 David Bateman <dbateman@free.fr>
2
3 * plot/private/__default_plot_options_.m: New option errorstyle.
4 * plot/private/__pltopt__.m: Use errorstyle here seperately from
5 the linestyle so that both can be set.
6 * plot/private/__errcomm__.m: Allow for the fact that matrices
7 to __errplot__ with return a vector of handles.
8 * plot/private/__errplot__.m: Allow for default linestyles.
9
1 2010-04-26 David Bateman <dbateman@free.fr> 10 2010-04-26 David Bateman <dbateman@free.fr>
2 11
3 * plot/bar.m: Document the use of the colormap for the color of 12 * plot/bar.m: Document the use of the colormap for the color of
4 the bars. 13 the bars.
5 14