1PL_SETCONTLABELPARAM(3plplot) PLplot API PL_SETCONTLABELPARAM(3plplot)
2
3
4
6 pl_setcontlabelparam - Set parameters of contour labelling other than
7 format of numerical label
8
10 pl_setcontlabelparam(offset, size, spacing, active)
11
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
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
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
43 PLplot documentation at http://plplot.sourceforge.net/documenta‐
44 tion.php.
45
46
47
48 August, 2017 PL_SETCONTLABELPARAM(3plplot)