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!