Remove zoom from axes

21 visualizzazioni (ultimi 30 giorni)
Dan Frederiksen
Dan Frederiksen il 30 Lug 2021
Risposto: J. Alex Lee il 30 Lug 2021
I have a normal MATLAB figure, with a number of axes. Two of the axes are interactive numberaxes and the zoomfunction is a constant annoyance for the users. My question is: How do I remove zoom from theese two axes, without removing the zoom from all the other axes ?

Risposte (1)

J. Alex Lee
J. Alex Lee il 30 Lug 2021
This should be a good entrypoint:
Each Axes has its own Interactions property, whose value is a list of interaction objects, so you can be pretty granular about what interactions are enabled.
One of these interactions is "RulerPanInteraction", which appears to be what you want to remove.

Categorie

Scopri di più su Visual Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by