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

NAME

6       plpat - Set area line fill pattern
7

SYNOPSIS

9       plpat(nlin, inc, del)
10

DESCRIPTION

12       Sets  the  area  line  fill  pattern  to  be  used,  e.g., for calls to
13       plfill(3plplot). The pattern consists of 1 or 2 sets of parallel  lines
14       with  specified  inclinations and spacings.  The arguments to this rou‐
15       tine are the number of sets to use (1 or 2)  followed  by  two  vectors
16       (with  1  or  2  elements)  specifying  the inclinations in tenths of a
17       degree and the spacing in micrometers.  (See also plpsty(3plplot))
18
19       Redacted form: General: plpat(inc, del) Perl/PDL: plpat(nlin, inc, del)
20
21
22       This function is used in example 15.
23

ARGUMENTS

25       nlin (PLINT(3plplot), input)
26              Number of sets of lines making up the pattern, either 1 or 2.
27
28       inc (PLINT_VECTOR(3plplot), input)
29              A vector containing nlin values of the inclination in tenths  of
30              a degree.  (Should be between -900 and 900).
31
32       del (PLINT_VECTOR(3plplot), input)
33              A  vector  containing  nlin values of the spacing in micrometers
34              between the lines making up the pattern.
35
36

AUTHORS

38       Many   developers   (who   are   credited   at    http://plplot.source
39       forge.net/credits.php)  have  contributed  to PLplot over its long his‐
40       tory.
41

SEE ALSO

43       PLplot   documentation   at    http://plplot.sourceforge.net/documenta
44       tion.php.
45
46
47
48                                 August, 2017                   PLPAT(3plplot)
Impressum