How to remove the brother top and right axes?
Show older comments
Hey, I have a figure (in which I have done so many changes) and now I would like to remove the top and right border lines in order to get a figure without that limit lines. I insert my figure now and a figure that shows what I want to get. Thanks
Answers (1)
VBBV
on 12 Jan 2021
plot(1:10)
ax = gca
box(ax,'off')
Categories
Find more on Annotations 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!