wx (PLFLT(3plplot), input)
x world coordinate of reference point of string.
wy (PLFLT(3plplot), input)
y world coordinate of reference point of string.
wz (PLFLT(3plplot), input)
z world coordinate of reference point of string.
dx (PLFLT(3plplot), input)
Together with dy and dz , this specifies the inclination of the string. The baseline of the
string is parallel to a line joining (x, y, z) to (x+dx, y+dy, z+dz) .
dy (PLFLT(3plplot), input)
Together with dx and dz, this specifies the inclination of the string.
dz (PLFLT(3plplot), input)
Together with dx and dy, this specifies the inclination of the string.
sx (PLFLT(3plplot), input)
Together with sy and sz , this specifies the shear of the string. The string is sheared so that
the characters are vertically parallel to a line joining (x, y, z) to (x+sx, y+sy, z+sz) . If sx
= sy = sz = 0.) then the text is not sheared.
sy (PLFLT(3plplot), input)
Together with sx and sz, this specifies shear of the string.
sz (PLFLT(3plplot), input)
Together with sx and sy, this specifies shear of the string.
just (PLFLT(3plplot), input)
Specifies the position of the string relative to its reference point. If just=0. , the reference
point is at the left and if just=1. , it is at the right of the string. Other values of just give
intermediate justifications.
text (PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string to be written out.