mpl_toolkits.axes_grid1.axes_divider.HBoxDivider
-
class mpl_toolkits.axes_grid1.axes_divider.HBoxDivider(fig, *args, horizontal=None, vertical=None, aspect=None, anchor='C')
[source] -
Bases:
mpl_toolkits.axes_grid1.axes_divider.SubplotDivider
Parameters: -
figmatplotlib.figure.Figure
-
*argstuple (nrows, ncols, index) or int
-
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)).
-
__module__ = 'mpl_toolkits.axes_grid1.axes_divider'
-
locate(self, nx, ny, nx1=None, ny1=None, axes=None, renderer=None)
[source] -
Parameters: -
axes_dividerAxesDivider
-
nx, nx1int
-
Integers specifying the column-position of the cell. When nx1 is None, a single nx-th column is specified. Otherwise location of columns spanning between nx to nx1 (but excluding nx1-th column) is specified.
-
ny, ny1int
-
Same as nx and nx1, but for row positions.
- axes
- renderer
-
-
new_locator(self, nx, nx1=None)
[source] -
Create a new
AxesLocator
for the specified cell.Parameters: -
nx, nx1int
-
Integers specifying the column-position of the cell. When nx1 is None, a single nx-th column is specified. Otherwise location of columns spanning between nx to nx1 (but excluding nx1-th column) is specified.
-
ny, ny1int
-
Same as nx and nx1, but for row positions.
-
-
Examples using mpl_toolkits.axes_grid1.axes_divider.HBoxDivider
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/mpl_toolkits.axes_grid1.axes_divider.HBoxDivider.html