The GridSpec
specifies the overall grid structure. Individual cells within the grid are referenced by SubplotSpec
\s.
Often, users need not access this module directly, and can use higher-level methods like ~.pyplot.subplots
, ~.pyplot.subplot_mosaic
and :None:None:`~.Figure.subfigures`
. See the tutorial /tutorials/intermediate/arranging_axes
for a guide.
~matplotlib.gridspec
contains classes that help to layout multiple :None:None:`~.axes.Axes`
in a grid-like pattern within a figure.
~matplotlib.gridspec
contains classes that help to layout multiple :None:None:`~.axes.Axes`
in a grid-like pattern within a figure.
The GridSpec
specifies the overall grid structure. Individual cells within the grid are referenced by SubplotSpec
\s.
Often, users need not access this module directly, and can use higher-level methods like ~.pyplot.subplots
, ~.pyplot.subplot_mosaic
and :None:None:`~.Figure.subfigures`
. See the tutorial /tutorials/intermediate/arranging_axes
for a guide.
The following pages refer to to this document either explicitly or contain code examples using this.
matplotlib._constrained_layout
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