The sherpa.plot.backends module

Classes

MetaBaseBackend(name, bases, dct)

Metaclass to operate a registry of backends

BaseBackend()

A dummy backend for plotting.

BasicBackend()

A dummy backend for plotting.

IndepOnlyBackend(*args, **kwargs)

A backend that accepts only backend-independent options and arguments

Constants

PLOT_BACKENDS

global list of all successfully imported plotting backends

backend_indep_colors

List of colors that are allowed in all backends

backend_indep_kwargs

List of keyword argument and possible values allowed in all backends

kwargs_doc

Documentation for keyword arguments used by several functions

Class Inheritance Diagram

Inheritance diagram of MetaBaseBackend, BaseBackend, BasicBackend, IndepOnlyBackend