필터 지우기
필터 지우기

Transparency of bar plots ?

조회 수: 2 (최근 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