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!