How to write a code to add notifier (text/value) for every point on plot?
Show older comments
In my plot,every y value corresponding to x value represents something for (eg. temperature values). I want these temperature values (like 50 C, 100 C etc. for points on plot) to be added for every point? How do I do that?
Answers (2)
Steven Lord
on 26 Jan 2018
0 votes
You can use the text function to do this, but if you have a lot of points that may lead to overlapping labels and/or a plot that's hard to read. If you just want to be able to ask what temperature is associated with each point, consider using a data cursor with a function you write to customize the text that is displayed on the cursor.
Raju
on 29 Jan 2018
0 votes
Categories
Find more on Annotations 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!