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

NAME

6       plsetopt - Set any command-line option
7

SYNOPSIS

9       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       Redacted form: plsetopt(opt, optarg)
17
18       This function is used in examples 14,17.
19

ARGUMENTS

21       opt (const char *, input)
22              Pointer to string containing the command-line option.
23
24       optarg (const char *, input)
25              Pointer  to  string  containing the argument of the command-line
26              option.
27
28

AUTHORS

30       Geoffrey Furnish and Maurice LeBrun wrote and  maintain  PLplot.   This
31       man  page  was  automatically  generated from the DocBook source of the
32       PLplot  documentation,  maintained  by  Alan  W.   Irwin   and   Rafael
33       Laboissiere.
34

SEE ALSO

36       PLplot documentation at http://plplot.sourceforge.net/resources.
37
38
39
40                                  March, 2007                PLSETOPT(3plplot)
Impressum