1PLPAT(3plplot) PLplot API PLPAT(3plplot)
2
3
4
6 plpat - Set area line fill pattern
7
9 plpat(nlin, inc, del)
10
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 de‐
17 gree and the spacing in micrometers. (See also plpsty(3plplot))
18
19 Redacted form: General: plpat(inc, del)
20
21
22 This function is used in example 15.
23
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
38 Many developers (who are credited at http://plplot.org/credits.php)
39 have contributed to PLplot over its long history.
40
42 PLplot documentation at http://plplot.org/documentation.php.
43
44
45
46 July, 2022 PLPAT(3plplot)