Azzera filtri
Azzera filtri

How to disable the axes interactivity tool popups?

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Graphics Object Programming in Help Center e File Exchange

Tag

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by