The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 17. The Common API for PLplot | Next |
plpat
: Set area fill pattern
Sets the area fill pattern. The pattern consists of 1 or 2 sets of
parallel lines with specified inclinations and spacings. The
arguments to this routine are the number of sets to use (1 or 2)
followed by two pointers to integer arrays (of 1 or 2 elements)
specifying the inclinations in tenths of a degree and the spacing in
micrometers. (also see plpsty
)
|
Redacted form:
General: plpat(inc, del)
Perl/PDL: plpat(nlin, inc, del)
This function is not used in any examples.