Transparency of bar plots ?

4 次查看(过去 30 天)
Matlaboscope
Matlaboscope 2014-10-17
编辑: Matlaboscope 2014-10-17
Hi I am plotting transparent bars together with a curve (see please the attachment). I would like to have the curve located on top of the bars in such a way that bar under the curve is not visible. Unfortunately I am not able to get this done, the way it looks is always as if the curve is underneath the bars.
h = bar(x,mean(fg),1);
set(h,'linestyle','none','ShowBaseline','off');
alpha(get(h,'children'),.5);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by