Set the interpolation mode for datatip.
datatipSetInterp(datatip_handle,interp_mode)
A handle of the tip.
A boolean, if false the tips can only be located at the mesh points, if true interpolation is made between mesh points. The default value is true.
Set the interpolation mode for tip location.
x=linspace(0,1,8)'; y=x.^3; clf() plot(x,y); e=gce();p=e.children(1);//get the handle on the polyline p.mark_mode="on";p.mark_style=2;p.mark_size=5; t=datatipCreate(p,[0.8,0.512]); datatipSetInterp(t,%f);//now move the datatip | ![]() | ![]() |