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

NAME

6       pl_setcontlabelparam  -  Set parameters of contour labelling other than
7       format of numerical label
8

SYNOPSIS

10       pl_setcontlabelparam(offset, size, spacing, active)
11

DESCRIPTION

13       Set parameters of contour labelling other than those handled by pl_set‐
14       contlabelformat(3plplot).
15
16       Redacted form: pl_setcontlabelparam(offset, size, spacing, active)
17
18       This function is used in example 9.
19

ARGUMENTS

21       offset (PLFLT(3plplot), input)
22              Offset  of  label  from  contour line (if set to 0.0, labels are
23              printed on the lines).  Default value is 0.006.
24
25       size (PLFLT(3plplot), input)
26              Font height for contour labels (normalized).  Default  value  is
27              0.3.
28
29       spacing (PLFLT(3plplot), input)
30              Spacing parameter for contour labels.  Default value is 0.1.
31
32       active (PLINT(3plplot), input)
33              Activate  labels.   Set  to  1  if  you  want contour labels on.
34              Default is off (0).
35
36

AUTHORS

38       Many developers (who  are  credited  at  http://plplot.org/credits.php)
39       have contributed to PLplot over its long history.
40

SEE ALSO

42       PLplot documentation at http://plplot.org/documentation.php.
43
44
45
46                                 August, 2019    PL_SETCONTLABELPARAM(3plplot)
Impressum