1PLPAT(3plplot)                    PLplot API                    PLPAT(3plplot)
2
3
4

NAME

6       plpat - Set area fill pattern
7

SYNOPSIS

9       plpat(nlin, inc, del)
10

DESCRIPTION

12       Sets  the  area  fill  pattern.  The pattern consists of 1 or 2 sets of
13       parallel lines with specified inclinations and spacings.  The arguments
14       to  this routine are the number of sets to use (1 or 2) followed by two
15       pointers to integer arrays (of 1 or 2 elements) specifying the inclina‐
16       tions  in tenths of a degree and the spacing in micrometers.  (also see
17       plpsty(3plplot))
18
19       Redacted form:  General: plpat(inc,  del)  Perl/PDL:  plpat(nlin,  inc,
20       del)
21
22
23       This function is not used in any examples.
24

ARGUMENTS

26       nlin (PLINT, input)
27              Number of sets of lines making up the pattern, either 1 or 2.
28
29       inc (PLINT *, input)
30              Pointer to array with nlin elements. Specifies the line inclina‐
31              tion in tenths of a degree.  (Should be between -900 and 900).
32
33       del (PLINT *, input)
34              Pointer to array with nlin elements. Specifies  the  spacing  in
35              micrometers between the lines making up the pattern.
36
37

AUTHORS

39       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
40       man page was automatically generated from the  DocBook  source  of  the
41       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
42       Laboissiere.
43

SEE ALSO

45       PLplot documentation at http://plplot.sourceforge.net/resources.
46
47
48
49                                  March, 2007                   PLPAT(3plplot)
Impressum