MATLAB errorbar colors don't match plot
显示 更早的评论
Hi everyone,
I am using MATLAB R2015b, and plotting with the same errorbar function I have used for many years. Suddenly, the errorbars on my plot are all different colors!
If I plot:
errorbar(1:1:10,1:1:10,2*(ones(1,10)),'.r')
I should have red datapoints and red errorbars, correct? Instead I see...

Where the colors on the errorbars vary from green in the lower left, black in the middle, red in the upper right. I can't figure out where this is coming from. Any thoughts?
3 个评论
Walter Roberson
2016-2-9
That sounds familiar but I cannot find a reference to it.
In the meantime, I wonder if it is somehow related to https://www.mathworks.com/support/bugreports/1283854 ?
Joseph Cheng
2016-2-10
编辑:Joseph Cheng
2016-2-10
odd... just copying and pasting your example shows up as all red for me. Is there anything else being plotted? or maybe closing all figures, or specifying a new figure would help? I can't think of a reason but maybe a setting was left over in an open plot that this one is keeping instead of clearing the figure/axes before it plots the errorbars?
I'm having the exact same issue. Similar to you, my error bar color seems to change over the course of the plot, and it's not the same as the main plot color. If I generate an errorbar plot in MATLAB 2010a and then open the .fig file in 2015b, the same issue arises.
Applying the patch Walter Roberson linked to does not seem to fix the problem.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Errorbars 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!