From: Matt J on
Once I create a datatip in a subplot by mouse-clicking, I would like to then programmatically obtain a graphics.datatip object that points to that dattip. Is there a way to do so?
From: Eric on
I think something like the following works:

hdt = datacursormode(gcf);

-Eric