the data info from the cursor

When I move my cursor on the figure, the data info automatically shows up without click. Is there a way to get rid of it? I am using MATLAB 2020a, but I think this is also the case for the earlier versions. Thanks!

 Accepted Answer

Fangjun Jiang
Fangjun Jiang on 23 Sep 2020
Tools, check or un-check "Data Tips".

3 Comments

Thanks, Fangjun. It works, but I have to un-check this for every figures. Is it possible that do it once and for all? Thanks!
f=plot(1:10);
dcm=datacursormode; % It seems this will turn it off
It does work! Thanks!

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Products

Asked:

on 23 Sep 2020

Commented:

on 23 Sep 2020

Community Treasure Hunt

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

Start Hunting!