how can i keep the plot Interaction options permanently visible in the axes toolbar?

Hi, Re: Matlab 2018b figure, it seems the zoom icons (in the interaction options) are now in the axes toolbar (compared to figure toolbar in previous versions). Is it possible to have them visible permanently in the figure/plot rather than appearing and disappearing as the mouse hoovers on a plot? cheers AL

1 Commento

I'm also interested if this ever is addressed... I use the zoom tool quite often, and in the case of some very large plots I'm not even able to use the toolbars (clicking on them will not expand the toolbar menu, and hovering also does nothing...)
Very disappointed in this plotting "upgrade"...

Accedi per commentare.

 Risposta accettata

Hi Ahmed -- based on feedback from you and other users, as of MATLAB R2026a the axes toolbar is now permanently visible! The toolbar no longer appears and disappears on hover. It shows in a collapsed state by default and expands when you click it.
To have all the buttons visible at all times without needing to click, you just need:
ax.Toolbar.Expanded = 'on';
Or to set that as the default across all axes:
set(groot, 'defaultAxesToolbarExpanded', 'on')
@Maria — this will also help with the issue you mentioned about not being able to reach the toolbar and the hover behavior being finnicky. It's always visible on the axes now, and many of the performance issues and other pain points have been resolved.
More info about the change: https://blogs.mathworks.com/graphics-and-apps/2026/05/04/an-accessible-modern-axes-toolbar/

Più risposte (1)

Actually this has been discussed in the post:
They just "upgrad" the toolbar behaviour.
They provided potential solution, but that solution is not good and things continue to break.

Prodotti

Release

R2018b

Richiesto:

il 31 Ott 2018

Commentato:

il 12 Mag 2026

Community Treasure Hunt

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

Start Hunting!

Translated by