The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 17. The Common API for PLplot | Next |
plaxes
: Draw a box with axes, etc. with arbitrary
origin
Draws a box around the currently defined viewport with arbitrary
world-coordinate origin specified by
x0
and
y0
and labels it with world coordinate values appropriate to the
window. Thus plaxes
should only be called after defining both
viewport and window. The character strings
xopt
and
yopt
specify how the box
should be drawn as described below. If ticks and/or subticks are to
be drawn for a particular axis, the tick intervals and number of
subintervals may be specified explicitly, or they may be defaulted by
setting the appropriate arguments to zero.
|
Redacted form:
General: plaxes(x0, y0, xopt, xtick, nxsub, yopt, ytick, nysub)
Perl/PDL: plaxes(x0, y0, xtick, nxsub, ytick, nysub, xopt, yopt)
This function is not used in any examples.