Search the nearest datatip of a given point. (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Graphics > Datatips > datatipSetOrientation

datatipSetOrientation

Search the nearest datatip of a given point.

Calling Sequence

datatipSetOrientation(tip_handle,orient)

Arguments

tip_handle

A handle on a datatip.

orient

A character string with possible values:"automatic" "upper left" "upper right","lower left", "lower right".

Description

Set the position on the text box with respect to the curve point. With the "automatic" orientation the program makes the choice to keep the text box within the plot boundaries.

Examples

See Also

Authors