Can the default behavior of selected annotations be changed to avoid unwanted movement?
Ältere Kommentare anzeigen
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 Kommentare
Adam Danz
am 15 Apr. 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
am 15 Apr. 2023
Joel Lynch
am 15 Apr. 2023
Antworten (0)
Kategorien
Mehr zu Graphics Object Properties finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!