mpl_toolkits.axes_grid1.axes_divider.AxesLocator
-
class mpl_toolkits.axes_grid1.axes_divider.AxesLocator(axes_divider, nx, ny, nx1=None, ny1=None)[source] -
Простой вызываемый объект, инициализированный классом AxesDivider, возвращает положение и размер заданной ячейки.
Параметры: -
axes_divider : AxesDivider -
nx, nx1 : int -
Целые числа, определяющие позицию столбца ячейки. Когда nx1 равно None, задается один nx-й столбец. В противном случае задается расположение столбцов, охватывающих столбцы от nx до nx1 (но не включая nx1-й столбец).
-
ny, ny1 : int -
То же, что и nx и nx1, но для позиций строк.
-
get_subplotspec()[source]
-
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/2.2.3/api/_as_gen/mpl_toolkits.axes_grid1.axes_divider.AxesLocator.html