matplotlib.offsetbox

Container classes for .Artists.

OffsetBox

The base of all container artists defined in this module.

AnchoredOffsetbox, AnchoredText

Anchor and align an arbitrary .Artist or a text relative to the parent axes or a specific anchor point.

DrawingArea

A container with fixed width and height. Children have a fixed position inside the container and may be clipped.

HPacker, VPacker

Containers for layouting their children vertically or horizontally.

PaddedBox

A container to add a padding around an .Artist.

TextArea

Contains a single .Text instance.