matplotlib 3.5.1

RendererBase

An abstract base class to handle drawing/rendering operations.

FigureCanvasBase

The abstraction layer that separates the .Figure from the backend specific details like a user interface drawing area.

GraphicsContextBase

An abstract base class that provides color, line styles, etc.

Event

The base class for all of the Matplotlib event handling. Derived classes such as KeyEvent and MouseEvent store the meta data like keys and buttons pressed, x and y locations in pixel and :None:None:`~.axes.Axes` coordinates.

ShowBase

The base class for the Show class of each interactive backend; the 'show' callable is then set to Show.__call__ .

ToolContainerBase

The base class for the Toolbar class of each interactive backend.

Abstract base classes define the primitives that renderers and graphics contexts must implement to serve as a Matplotlib backend.

Abstract base classes define the primitives that renderers and graphics contexts must implement to serve as a Matplotlib backend.

RendererBase

An abstract base class to handle drawing/rendering operations.

FigureCanvasBase

The abstraction layer that separates the .Figure from the backend specific details like a user interface drawing area.

GraphicsContextBase

An abstract base class that provides color, line styles, etc.

Event

The base class for all of the Matplotlib event handling. Derived classes such as KeyEvent and MouseEvent store the meta data like keys and buttons pressed, x and y locations in pixel and :None:None:`~.axes.Axes` coordinates.

ShowBase

The base class for the Show class of each interactive backend; the 'show' callable is then set to Show.__call__ .

ToolContainerBase

The base class for the Toolbar class of each interactive backend.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /matplotlib/backend_bases.py#0
type: <class 'module'>
Commit: