the data info from the cursor

5 views (last 30 days)
peigen
peigen on 23 Sep 2020
Commented: peigen on 23 Sep 2020
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
Fangjun Jiang
Fangjun Jiang on 23 Sep 2020
f=plot(1:10);
dcm=datacursormode; % It seems this will turn it off
peigen
peigen on 23 Sep 2020
It does work! Thanks!

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!