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, 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, input)
26 Font height for contour labels (normalized). Default value is
27 0.3.
28
29 spacing (PLFLT, input)
30 Spacing parameter for contour labels. Default value is 0.1.
31
32 active (PLINT, input)
33 Activate labels. Set to 1 if you want contour labels on.
34 Default is off (0).
35
36
38 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
39 man page was automatically generated from the DocBook source of the
40 PLplot documentation, maintained by Alan W. Irwin and Rafael
41 Laboissiere.
42
44 PLplot documentation at http://plplot.sourceforge.net/resources.
45
46
47
48 July, 2010 PL_SETCONTLABELPARAM(3plplot)