How to disable the axes interactivity tool popups?

4 Ansichten (letzte 30 Tage)
Kristoffer Walker
Kristoffer Walker am 21 Apr. 2020
Kommentiert: Ameer Hamza am 25 Apr. 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

Akzeptierte Antwort

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

Weitere Antworten (0)

Tags

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by