2014b alpha (transparency) bug

1 次查看(过去 30 天)
Mech Princess
Mech Princess 2015-2-17
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 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by