2014b alpha (transparency) bug
이전 댓글 표시
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
2015년 2월 19일
Hi Mech, it works with:
bar([1, 2, 3], [4, 5, 6], 'hist');
alpha(0.5);
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개)
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!