Options#

vispipe._options#

_Options#

class vispipe._options._Options#

Dictionary subclass for options that require higher levels of enforcement.

Methods

_check_dpi(dpi)

Rule for checking dpi.

_check_resolution(resolution)

Rule for checking resolution

_check_backend(backend)

Rule for checking plotting backend.

_check_ncpus(ncpus)

Rule for checking for cpus

set_plot(plotdict)

Checks entries in a plotdict for defaults and adds them if missing or checks them if present.

copy()

Returns a shallow copy of self.

reset()

Resets options to default and clears non default settings.

update(mapping)

Updates self inplace from a mapping.