yampex.options module documentation
Part of yampex
The Plotter methods
defined by its OptsBase base class
give you a convenient API for setting tons of options for the next
subplot.
Or, if you call your Plotter instance outside the subplot
in context (before the with ... as statement), calling these
methods defines options for all subplots.
Keep the API for OptsBase handy, and
maybe a copy of the source open in your editor, as a handy reference for all
the plotting options you can set.
| Class | Opts | I am a dict-like object of options. I make it easy to override global options with local ones just for the present subplot, and provide a few useful methods. |
| Class | OptsBase | I am an abstract base class with the option setting methods of the Plotter. |