The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 20. The Specialized C API for PLplot | Next |
plMergeOpts
: Merge use option table into
internal info structure.
Merges in a set of user supplied command line options with the
internal options table. This allows use options to be used along
with the built-in plplot options to set device driver, output file
etc. See plparseopts
for details of how to parse these options in
a program.
|
This function is currently available in C, C++ and Ocaml.
This function is used in examples 1, 8, 16, 20 and 21.
Prev | Home | Next |
plgfile : Get output file handle | Up | plMinMax2dGrid : Find the minimum and
maximum of a 2d grid allocated using plAlloc2dGrid . |