I discovered that get(0,'DefaultColorOrder') contains the color [1 1 1] which is WHITE.
Is this by design? Since the axis background is white by default, you would not see such lines.
For Example doing something like
plot( data_x, data_y, '-')
where 'data_x' and 'data_y' are matrices containing x/y datasets, you would miss one in the plot, because its color is white.
Would it be possible to change this to a more suitable color e.g. [0 0 0] (BLACK)?
ciao
ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Shai,
I discovered that get(0,'DefaultColorOrder') contains the color [1 1 1] which is WHITE.
Is this by design? Since the axis background is white by default, you would not see such lines.
For Example doing something like
plot( data_x, data_y, '-')
where 'data_x' and 'data_y' are matrices containing x/y datasets, you would miss one in the plot, because its color is white.
Would it be possible to change this to a more suitable color e.g. [0 0 0] (BLACK)?
ciao
ben
oops ...
changed in CVS
meanwhile, you can set it to your liking
Thanks
Shai