Skip to main content

Module figure

Module figure 

Source
Expand description

The top-level Figure container.

A Figure owns one or more Axes (subplots) and orchestrates the full rendering pipeline: filling the figure background, computing the subplot grid layout, drawing the optional super-title, and delegating per-axes rendering.

Structsยง

Figure
A figure is the top-level container for one or more axes (subplots).