matplotlib 3.5.1

Parameters
subfigures(self, nrows=1, ncols=1, squeeze=True, wspace=None, hspace=None, width_ratios=None, height_ratios=None, **kwargs)

A subfigure has the same artist methods as a figure, and is logically the same as a figure, but cannot print itself. See /gallery/subplots_axes_and_figures/subfigures .

Parameters

nrows, ncols : int, default: 1

Number of rows/columns of the subfigure grid.

squeeze : bool, default: True

If True, extra dimensions are squeezed out from the returned array of subfigures.

wspace, hspace : float, default: None

The amount of width/height reserved for space between subfigures, expressed as a fraction of the average subfigure width/height. If not given, the values will be inferred from a figure or rcParams when necessary.

width_ratios : array-like of length *ncols*, optional

Defines the relative widths of the columns. Each column gets a relative width of width_ratios[i] / sum(width_ratios) . If not given, all columns will have the same width.

height_ratios : array-like of length *nrows*, optional

Defines the relative heights of the rows. Each row gets a relative height of height_ratios[i] / sum(height_ratios) . If not given, all rows will have the same height.

Add a subfigure to this figure or subfigure.

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/figure.py#1399
type: <class 'function'>
Commit: