How to disable the axes interactivity tool popups?

4 views (last 30 days)
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

Accepted Answer

Ameer Hamza
Ameer Hamza on 21 Apr 2020
ax = gca; % axes handle
ax.Toolbar.Visible = 'off';

More Answers (0)

Tags

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!