mpl_toolkits.axes_grid1.axes_divider.AxesDivider(axes, xref=None, yref=None)[source]¶Divider based on the pre-existing axes.
| Parameters: | axes : xref yref |
|---|
append_axes(position, size, pad=None, add_to_figure=True, **kwargs)[source]¶create an axes at the given position with the same height (or width) of the main axes.
- position
- ["left"|"right"|"bottom"|"top"]
size and pad should be axes_grid.axes_size compatible.
new_horizontal(size, pad=None, pack_start=False, **kwargs)[source]¶Add a new axes on the right (or left) side of the main axes.
| Parameters: | size :
pad :
pack_start : bool
kwargs
|
|---|
new_vertical(size, pad=None, pack_start=False, **kwargs)[source]¶Add a new axes on the top (or bottom) side of the main axes.
| Parameters: | size :
pad :
pack_start : bool
kwargs
|
|---|