<< datatipInitStruct graphics draw >>
removed >> removed > 5-4-1 > graphics > datatipRedraw

datatipRedraw

Adjust datatip text boxes positions after a 3D rotation

Calling Sequence

datatipRedraw()
datatipRedraw(axes_handle)
datatipRedraw(curve_handles)

Arguments

axes_handle

The handle on an axes entity.

curve_handles

An array of handle on entities supporting the datatips

Description

Due to graphic system limitations it is not possible to adjust the datatip textbox positions during a rotation. Calling this function recomputes the positions for a clean rendrering.

Examples

param3d()
p=gce();//get the handle on the polyline
datatipCreate(p,30);
datatipCreate(p,100);
datatipCreate(p,50);
ax=gca();ax.rotation_angles=[35 45];// first plot below
datatipRedraw() //second plot below

See Also

History

VersionDescription
5.4.1 datatipRedraw was published up to Scilab 5.4.1.

<< datatipInitStruct graphics draw >>