Bases: Divider
The Divider class whose rectangle area is specified as a subplot geometry.
Figure
The array of subplots in the figure has dimensions (nrows,
ncols), and index is the index of the subplot being created. index starts at 1 in the upper left corner and increases to the right.
If nrows, ncols, and index are all single digit numbers, then args can be passed as a single 3-digit number (e.g. 234 for (2, 3, 4)).
axes_size, optional
Sizes for horizontal division.
axes_size, optional
Sizes for vertical division.
Whether overall rectangular area is reduced so that the relative part of the horizontal and vertical scales have the same scale.
Placement of the reduced rectangle, when aspect is True.
Return the bounds of the subplot box.
Get the SubplotSpec instance.
Set the SubplotSpec instance.
mpl_toolkits.axes_grid1.axes_divider.SubplotDivider
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axes_grid1.axes_divider.SubplotDivider.html