Remove zoom from axes

7 Ansichten (letzte 30 Tage)
Dan Frederiksen
Dan Frederiksen am 30 Jul. 2021
Beantwortet: J. Alex Lee am 30 Jul. 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 ?

Antworten (1)

J. Alex Lee
J. Alex Lee am 30 Jul. 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.

Kategorien

Mehr zu Visual Exploration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by