1PLSETOPT(3plplot)                 PLplot API                 PLSETOPT(3plplot)
2
3
4

NAME

6       plsetopt - Set any command-line option
7

SYNOPSIS

9       PLINT plsetopt(opt, optarg)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

32       Many developers (who  are  credited  at  http://plplot.org/credits.php)
33       have contributed to PLplot over its long history.
34

SEE ALSO

36       PLplot documentation at http://plplot.org/documentation.php.
37
38
39
40                                  July, 2022                 PLSETOPT(3plplot)
Impressum