Why does the "alpha" function make the left and bottom borders of my figure disappear in MATLAB?
Show older comments
The left and bottom borders of the axes disappear (although the ticks are displayed as expected - with 'box on') when I change the transparency of the plot.
Here is my code:
figure
area(1:10,1:10)
box on
alpha(0.2)
Why does that happen?
Accepted Answer
More Answers (0)
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!