Borrar filtros
Borrar filtros

How to disable the axes interactivity tool popups?

2 visualizaciones (últimos 30 días)
Kristoffer Walker
Kristoffer Walker el 21 de Abr. de 2020
Comentada: Ameer Hamza el 25 de Abr. de 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

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 21 de Abr. de 2020
ax = gca; % axes handle
ax.Toolbar.Visible = 'off';

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by