How to disable the axes interactivity tool popups?

5 次查看(过去 30 天)
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';

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by