mpl_toolkits.axes_grid1.axes_divider.
Divider
(fig, pos, horizontal, vertical, aspect=None, anchor='C')[source]¶This class calculates the axes position. It
divides the given rectangular area into several
sub-rectangles. You initialize the divider by setting the
horizontal and vertical lists of sizes
(mpl_toolkits.axes_grid.axes_size
) that the division will
be based on. You then use the new_locator method to create a
callable object that can be used as the axes_locator of the
axes.
Parameters: |
|
---|
locate
(nx, ny, nx1=None, ny1=None, axes=None, renderer=None)[source]¶Parameters: |
|
---|
new_locator
(nx, ny, nx1=None, ny1=None)[source]¶Returns a new locator
(mpl_toolkits.axes_grid.axes_divider.AxesLocator
) for
specified cell.
Parameters: |
|
---|
set_anchor
(anchor)[source]¶Parameters: |
|
---|