PLplot  5.15.0
PLOptionInfo Struct Reference

Public Attributes

PLOptionTableoptions
 
PLCHAR_VECTOR name
 
const char ** notes
 

Detailed Description

Array of option tables and associated info.

The user may merge up to PL_MAX_OPT_TABLES custom option tables (of type PLOptionTable) with the internal one. The resulting treatment is simple, powerful, and robust. The tables are parsed in the order of last added first, to the internal table last. If multiple options of the same name occur, only the first parsed is "seen", thus, the user can easily override any PLplot internal option merely by providing the same option. This same precedence is followed when printing help and usage messages, with each set of options given separately. See example usage in plrender.c.

Definition at line 712 of file plargs.c.

Member Data Documentation

◆ name

PLCHAR_VECTOR PLOptionInfo::name

Definition at line 715 of file plargs.c.

◆ notes

const char** PLOptionInfo::notes

Definition at line 716 of file plargs.c.

◆ options

PLOptionTable* PLOptionInfo::options

Definition at line 714 of file plargs.c.


The documentation for this struct was generated from the following file: