The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plptex
: Write text inside the viewport
Writes text at a specified position and inclination within the
viewport. Text is clipped at the viewport 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
, the reference point
is placed at world coordinates (x
,
y
) within the viewport. The
inclination of the string is specified in terms of differences of
world coordinates making it easy to write text parallel to a line in
a graph.
|
Redacted form: plptex(x, y, dx, dy, just, text)
This function is used in example 2-4,10,12-14,20,23,24,26.