pldj(x0, y0, x1, y1[, <keylist>])
The following keyword arguments can be specified with this function.
legend, hide, type, width, color
See ``Plot Function Keywords'' on page
for detailed descriptions of these keywords. (See the
bytscl function description on page
for explanation of top, cmin, cmax.)
This example draws a set of seventeen-pointed stars.
theta = a2(0, 2* pi, 18)
x = cos(theta)
y = sin(theta)
pldj(x, y, transpose (x), transpose (y))
pltitle("Seventeen Pointed Stars")
limits(square = 1)