Get all the entities compatible with datatips in the given axes.
curve_handles=datatipGetEntities(ax)
curve_handles=datatipGetEntities()
:ax A handle on an axes entity. The default value is gca() :
:
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';