How to remove the brother top and right axes?

17 visualizzazioni (ultimi 30 giorni)
MARC MARTINEZ CASTELLS
MARC MARTINEZ CASTELLS il 12 Gen 2021
Risposto: VBBV il 12 Gen 2021
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

Risposte (1)

VBBV
VBBV il 12 Gen 2021
plot(1:10)
ax = gca
box(ax,'off')

Categorie

Scopri di più su Graphics Object Properties in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by