draw numbers
xnumb(x, y, nums, [box, angle])
vectors of same size.
an integer value.
an optional vector of same size as x
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. |