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!

 採用された回答

Jan
Jan 2017 年 4 月 5 日

0 投票

Set the 'Layer' property to 'top':
axes('Layer', 'top')
... Draw the objects

1 件のコメント

JR
JR 2017 年 4 月 5 日
Thanks. It works perfectly!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

JR
2017 年 4 月 5 日

コメント済み:

JR
2017 年 4 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by