Bases: Grid
[Deprecated]
Deprecated since version 3.8: Use axes_grid1.axes_grid.Grid(..., axes_class=axislines.Axes instead.
Figure
The parent figure.
SubplotSpec
The axes position, as a (left, bottom, width, height) tuple, as a three-digit subplot position code (e.g., (1, 2, 1) or 121), or as a SubplotSpec.
Number of rows and columns in the grid.
If not None, only the first ngrids axes in the grid are created.
Whether axes are created in row-major ("row by row") or column-major order ("column by column"). This also affects the order in which axes are accessed using indexing (grid[index]).
Padding or (horizontal padding, vertical padding) between axes, in inches.
Whether all axes share their x- and y-axis. Overrides share_x and share_y.
Whether all axes of a column share their x-axis.
Whether all axes of a row share their y-axis.
Determines which axes will get tick labels:
matplotlib.axes.Axes, default: mpl_axes.Axes
The type of Axes to create.
Whether the axes aspect ratio follows the aspect ratio of the data limits.
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axisartist.axes_grid.Grid.html