How to remove the brother top and right axes?

16 visualizaciones (últimos 30 días)
MARC MARTINEZ CASTELLS
MARC MARTINEZ CASTELLS el 12 de En. de 2021
Respondida: VBBV el 12 de En. de 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

Respuestas (1)

VBBV
VBBV el 12 de En. de 2021
plot(1:10)
ax = gca
box(ax,'off')

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by