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 Comments

Fredrik
Fredrik on 18 Feb 2015
Edited: Fredrik on 18 Feb 2015
Same to me. alpha does not work on bar and area plot. Can anyone help us?
Hi Mech, it works with:
bar([1, 2, 3], [4, 5, 6], 'hist');
alpha(0.5);
In 2015a alpha does not work with area. Sad
area(wavenumber,lfComponent,'EdgeColor','none','FaceColor', 'r'); %8-MR alpha(0.3)

Sign in to comment.

Answers (0)

Asked:

on 17 Feb 2015

Commented:

on 28 May 2015

Community Treasure Hunt

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

Start Hunting!