How to disable the axes interactivity tool popups?

조회 수: 4 (최근 30일)
Kristoffer Walker
Kristoffer Walker 2020년 4월 21일
댓글: Ameer Hamza 2020년 4월 25일
Folks,
I am wondering how I might disable being able to have the automated navigation popup at the upper right of axes pop up when my mouse moves over it. This is a useful feature in Matlab, but I would like to disable it in this case.
Thanks,
Kris

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 4월 21일
ax = gca; % axes handle
ax.Toolbar.Visible = 'off';
  댓글 수: 2
Kristoffer Walker
Kristoffer Walker 2020년 4월 25일
Thanks Ameer.
Kris
Ameer Hamza
Ameer Hamza 2020년 4월 25일
Glad to be of help.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by