draw numbers
xnumb(x, y, nums, [box, angle]) hdl = xnumb(...)
vectors of same size.
an integer value.
an optional vector of same size as x
This optional output is a vector containing the handles of
the created Text
entities. Use hdl
to modify properties
of a specific or all entities after they are created. For a list of
properties, see text_properties.
xnumb
draws the value of nums(i)
at position x(i), y(i)
in the current scale.
If box
is 1, a box is drawn around the numbers.
If angle
is given, it gives the direction for string drawing.
![]() | Note that a maximum of 4 significant digits of each element of nums
will be displayed. |
Version | Description |
2025.0.0 | Function returns the created handle(s). |