Why is left and bottom side of the box disappeared?
Show older comments
I would like to plot a transparent bar histogram on a previous plot. I used the following:
b1 = bar(UMEAN,UHIST); set(get(b1,'Children'),'FaceAlpha',0.3)
The problem is that the left and bottom side of the box (the axes) disappeared. Not the tics just the edge of the box, and it is very uggly.
Answers (1)
Walter Roberson
on 19 Sep 2015
Do you happen to be using a log axes? If so then I am not sure you will be able to use transparency.
If not then try
opengl software
Setting transparency forces switching to opengl from the other renderers, so some things can come out differently. Sometimes there are bugs at the MATLAB level; sometimes there are hardware opengl driver bugs.
Categories
Find more on Lighting, Transparency, and Shading in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!