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!

 Risposta accettata

Jan
Jan il 5 Apr 2017
Set the 'Layer' property to 'top':
axes('Layer', 'top')
... Draw the objects

Più risposte (0)

Richiesto:

JR
il 5 Apr 2017

Commentato:

JR
il 5 Apr 2017

Community Treasure Hunt

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

Start Hunting!

Translated by