Can the default behavior of selected annotations be changed to avoid unwanted movement?
Afficher commentaires plus anciens
A common occurence in Figure manipulation is selecting an object (e.g. arrow, textbox, etc) for editting in the property inspector or in the command window with gco.
Recent versions of MATLAB now link the objects position to the cursor after the first click, unless a second click "fixes" the object in place. This is very cumbersome, because any mouse motion before that second click (like moving the cursor to the property inspector) accidently moves the object.
Is there any way to revert this setting?
4 commentaires
Adam Danz
le 15 Avr 2023
Please provide a small example of an object that exhibits this interact behavior. I could not reproduce it using
figure
plot(1:10)
x = [0.3 0.5];
y = [0.6 0.5];
annotation('textarrow',x,y,'String','y = x ')
Joel Lynch
le 15 Avr 2023
Joel Lynch
le 15 Avr 2023
Réponses (0)
Catégories
En savoir plus sur Graphics Object Properties dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!