Can the default behavior of selected annotations be changed to avoid unwanted movement?
Mostrar comentarios más antiguos
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 comentarios
Adam Danz
el 15 de Abr. de 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
el 15 de Abr. de 2023
Joel Lynch
el 15 de Abr. de 2023
Respuestas (0)
Categorías
Más información sobre Graphics Object Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!