How to disable the axes interactivity tool popups?

4 vues (au cours des 30 derniers jours)
Kristoffer Walker
Kristoffer Walker le 21 Avr 2020
Commenté : Ameer Hamza le 25 Avr 2020
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

Réponse acceptée

Ameer Hamza
Ameer Hamza le 21 Avr 2020
ax = gca; % axes handle
ax.Toolbar.Visible = 'off';
  2 commentaires
Kristoffer Walker
Kristoffer Walker le 25 Avr 2020
Thanks Ameer.
Kris
Ameer Hamza
Ameer Hamza le 25 Avr 2020
Glad to be of help.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by