1PLLAB(3plplot) PLplot API PLLAB(3plplot)
2
3
4
6 pllab - Simple routine to write labels
7
9 pllab(xlabel, ylabel, tlabel)
10
12 Routine for writing simple labels. Use plmtex(3plplot) for more complex
13 labels.
14
15 Redacted form: pllab(xlabel, ylabel, tlabel)
16
17 This function is used in examples 1, 5, 9, 12, 14-16, 20-22, and 29.
18
20 xlabel (PLCHAR_VECTOR(3plplot), input)
21 A UTF-8 character string specifying the label for the x axis.
22
23 ylabel (PLCHAR_VECTOR(3plplot), input)
24 A UTF-8 character string specifying the label for the y axis.
25
26 tlabel (PLCHAR_VECTOR(3plplot), input)
27 A UTF-8 character string specifying the title of the plot.
28
29
31 Many developers (who are credited at http://plplot.org/credits.php)
32 have contributed to PLplot over its long history.
33
35 PLplot documentation at http://plplot.org/documentation.php.
36
37
38
39 September, 2020 PLLAB(3plplot)