Shaded error bar on stair plot

8 次查看(过去 30 天)
Paschal OHare
Paschal OHare 2016-12-13
I'm trying to replicate a shaded error bar on a stair plot (attached example)
here is some example data I'm using:
x = (1:1:12)';
y = 100*rand(12,1);
yerr = (3+3)*rand(12,1);
figure
stairs(x,y,'b');
hold on;
errorbar(x,y,yerr,'.');
I've tried several shaded error bar functions from FileExchange with no luck (i.e. https://se.mathworks.com/matlabcentral/fileexchange/26311-raacampbell-shadederrorbar)
Thanks
Example:
  1 个评论
Paschal OHare
Paschal OHare 2016-12-16
编辑:Paschal OHare 2016-12-16
I've post-edited the plot in a vector editing program to get the desired effect. This has solved my problem for now. Should I close the question?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by