2014b alpha (transparency) bug

조회 수: 1 (최근 30일)
Mech Princess
Mech Princess 2015년 2월 17일
댓글: Nikolay Cherkasov 2015년 5월 28일
2014b alpha (transparency) doesn't work. Does anyone know a fix for this? thanks
alpha(0.5) %does nothing to my bar plot
  댓글 수: 3
Fredrik
Fredrik 2015년 2월 19일
Hi Mech, it works with:
bar([1, 2, 3], [4, 5, 6], 'hist');
alpha(0.5);
Nikolay Cherkasov
Nikolay Cherkasov 2015년 5월 28일
In 2015a alpha does not work with area. Sad
area(wavenumber,lfComponent,'EdgeColor','none','FaceColor', 'r'); %8-MR alpha(0.3)

댓글을 달려면 로그인하십시오.

답변 (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