The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 20. The Specialized C API for PLplot | Next |
plClearOpts
: Clear internal option table info
structure.
Clear the internal options table info structure. This removes any
option added with plMergeOpts
as well as all default entries.
This function returns 0 on success.
This function is currently available in C, C++ and Ocaml.
This function is not used in any examples.