This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / IPython / core / shellapp / MatplotlibBackendCaselessStrEnum

class

IPython.core.shellapp:MatplotlibBackendCaselessStrEnum

source: /IPython/core/shellapp.py :117

Signature

class   MatplotlibBackendCaselessStrEnum ( default_value : t.Any = traitlets.Undefined ** kwargs : t.Any )  →  None

Members

Summary

An enum of Matplotlib backend strings where the case should be ignored.

Extended Summary

Prior to Matplotlib 3.9.0 the list of valid backends is hardcoded in pylabtools.backends. After that, Matplotlib manages backends.

The list of valid backends is determined when it is first needed to avoid wasting unnecessary initialisation time.

Aliases

  • IPython.core.shellapp.MatplotlibBackendCaselessStrEnum