The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 17. The Common API for PLplot | Next |
plmtex3
: Write text relative to viewport boundaries
in 3D plots.
Writes text at a specified position relative to the viewport
boundaries. Text may be written inside or outside the viewport, but
is clipped at the subpage boundaries. The reference point of a
string lies along a line passing through the string at half the
height of a capital letter. The position of the reference point
along this line is determined by
just
, and the position of
the reference point relative to the viewport is set by
disp
and
pos
.
|
Redacted form:
General: plmtex3(side, disp, pos, just, text)
F95, Java, Perl/PDL, Python: Not implemented.
This function is not used in any examples.