DragDataTip
Nota del editor: This file was selected as MATLAB Central Pick of the Week
Citar como
Allen (2024). DragDataTip (https://www.mathworks.com/matlabcentral/fileexchange/69799-dragdatatip), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspirado por: draggable, Draggable data tips
Inspiración para: DragDataTipMode, LineVisible
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
4.7.9.15 | Minor code improvements. Likely to be the last version and will be replaced by DRAGDATATIPMODE and DRAGTIPOBJ classes. These new class objects will provide the same functionality, but work over a greater range of plot and data types. |
||
4.6 | Minor refinements to improve stability and performance. |
||
4.5 | Bug Fixes |
||
4.4 | -Minor bug fixes and removed unused/redundant code.
|
||
4.3 | Fixed bug related to CreateFcn use and improved overall speed (less lag when dragging data tips). Also added behavior improvements related to figure resizing, axes limit changes, object stack order, and figure visibility for opening saved figures. |
||
4.2 | Added additional optional customization features, removed dependency of the figure's KeyPressFcn, and updated the CreateFcn callback to maintain DragDataTip functionality when saving and then reopening a figure. |
||
4.0 | - Incorporate draggable() directly into code to address multiple issues
|
||
3.2 | - Fixed bug to apply function to multiple figures simultaneously.
|
||
3.1 | -Added 'on/off' option to the draggable feature. Allows header and labels to be applied to standard data tips. |
||
3.0 | - Now works with a single line of code.
|
||
2.0 | - Changed function behavior to utilize a property listener on the DataCursorManager "Enable" property. This allows toggling of the DataCursorMode between 'on' and 'off' to create the draggable data tips vs the previous need to use the "KeyPressFcn". |
||
1.2 | - Updated parsing of varargin.
|
||
1.1 | - Apply custom data tip labels to default MATLAB Data Tips before creating draggable versions.
|
||
1.0.1 | Added Acknowledgements |
||
1.0 |