add_DataTips
Editor's Note: This file was selected as MATLAB Central Pick of the Week
Cite As
Massimo Ciacci (2026). add_DataTips (https://www.mathworks.com/matlabcentral/fileexchange/72849-add_datatips), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: add_DataTips_2D
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
add_Data_Tips_v2_2
| Version | Published | Release Notes | |
|---|---|---|---|
| 2.2.0 | - Added customDataTipCallBack, Separated update function from creation of data tips
|
||
| 2.0.0 | cleaned up test bench
|
||
| 1.9.2 | forgot to include one function |
||
| 1.9.1 | screenshot was not updated ? |
||
| 1.9.0 | Now it is possible to specify a different format per curve.
|
||
| 1.8.0 | fixed bug when plot contains only one point |
||
| 1.7.0 | - fixed bug when xdata was not sorted or xvalues upon call
|
||
| 1.5.0 | Hopefully fixed issue with the background color of the data tips. |
||
| 1.4.0 | Now one can pass empty handles ( h_curve_Array) and the function will fetch them from gca. |
||
| 1.3.0 | Fixed background color with simpler HSL space which preserves hue. |
||
| 1.2.0 | Solved this warning by adding a check on interp position of tip:
|
||
| 1.1.0 | updated for ML2016b: added drawnow to fix potential error
|
||
| 1.0.1 | removed unused old code |
||
| 1.0.0 |
