1PLSETOPT(3plplot) PLplot API PLSETOPT(3plplot)
2
3
4
6 plsetopt - Set any command-line option
7
9 int plsetopt(opt, optarg)
10
12 Set any command-line option internally from a program before it invokes
13 plinit(3plplot). opt is the name of the command-line option and optarg
14 is the corresponding command-line option argument.
15
16 This function returns 0 on success.
17
18 Redacted form: plsetopt(opt, optarg)
19
20 This function is used in example 14.
21
23 opt (const char *, input)
24 Pointer to string containing the command-line option.
25
26 optarg (const char *, input)
27 Pointer to string containing the argument of the command-line
28 option.
29
30
32 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
33 man page was automatically generated from the DocBook source of the
34 PLplot documentation, maintained by Alan W. Irwin and Rafael
35 Laboissiere.
36
38 PLplot documentation at http://plplot.sourceforge.net/resources.
39
40
41
42 July, 2010 PLSETOPT(3plplot)