SubplotGrid.inset_axes¶
- SubplotGrid.inset_axes(*args, **kwargs)¶
Call
inset_axesfor every axes in the grid.- Parameters
*args, **kwargs – Passed to
inset_axes.
See also
- Returns
axs (
SubplotGrid)A subplot gridofthe results.
Call inset_axes for every axes in the grid.
*args, **kwargs – Passed to inset_axes.
See also
axs (SubplotGrid)
A subplot grid of the results.