How do I get the axis visible?

I plotted a rectangle in my figure. By doing this my y-axis (line and ticks) disappeared partly (see attachment). How can I make my y-axis visible again?
Thanks in advance!

 Respuesta aceptada

Jan
Jan el 5 de Abr. de 2017
Set the 'Layer' property to 'top':
axes('Layer', 'top')
... Draw the objects

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

JR
el 5 de Abr. de 2017

Comentada:

JR
el 5 de Abr. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by