next up previous contents index
Next: plt: Plot Text Up: Output Primitives Previous: pli: Plot a Cell   Contents   Index


pldj: Plot Disjoint Lines

Calling Sequence
...

pldj(x0, y0, x1, y1[, <keylist>])

Description
Plot disjoint lines from (x0, y0) to (x1, y1). x0, y0, x1, and y1 may have any dimensionality, but all must have the same number of elements.

Keyword Arguments

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.)

Example

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)

12#12



Michiel Jan Laurens de Hoon 2003-04-19