Can the default behavior of selected annotations be changed to avoid unwanted movement?
Show older comments
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 Comments
Adam Danz
on 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
on 15 Apr 2023
Joel Lynch
on 15 Apr 2023
Answers (0)
Categories
Find more on Graphics Object Properties 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!