Get all the entities compatible with datatips in the given axes.
curve_handles=datatipGetEntities(ax) curve_handles=datatipGetEntities()
A handle on an axes entity. The default value is gca()
An array of handle on entities compatible with datatips.
Get all the entities compatible with datatips in the given axes. In the current version only polyline entities are handled.
clf();plot2d(); xarrows([3;2.72],[1.6;0.96],3,2); xstring(3,1.6,'sin(t)') curve_handles=datatipGetEntities() curve_handles.visible='off'; curve_handles.visible='on'; | ![]() | ![]() |