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.
18
20 xlabel (const char *, input)
21 Label for horizontal axis.
22
23 ylabel (const char *, input)
24 Label for vertical axis.
25
26 tlabel (const char *, input)
27 Title of graph.
28
29
31 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
32 man page was automatically generated from the DocBook source of the
33 PLplot documentation, maintained by Alan W. Irwin and Rafael
34 Laboissiere.
35
37 PLplot documentation at http://plplot.sourceforge.net/resources.
38
39
40
41 March, 2007 PLLAB(3plplot)