1PLSETOPT(3plplot) PLplot API PLSETOPT(3plplot)
2
3
4
6 plsetopt - Set any command-line option
7
9 PLINT 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 (PLCHAR_VECTOR(3plplot), input)
24 An ascii character string containing the command-line option.
25
26 optarg (PLCHAR_VECTOR(3plplot), input)
27 An ascii character string containing the argument of the com‐
28 mand-line option.
29
30
32 Many developers (who are credited at http://plplot.source‐
33 forge.net/credits.php) have contributed to PLplot over its long his‐
34 tory.
35
37 PLplot documentation at http://plplot.sourceforge.net/documenta‐
38 tion.php.
39
40
41
42 August, 2017 PLSETOPT(3plplot)