Remove zoom from axes

21 views (last 30 days)
Dan Frederiksen
Dan Frederiksen on 30 Jul 2021
Answered: J. Alex Lee on 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 ?

Answers (1)

J. Alex Lee
J. Alex Lee on 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.

Categories

Find more on Visual Exploration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!