matplotlib.figure.SubFigure.add_subfigure#
- SubFigure.add_subfigure(subplotspec, **kwargs)[source]#
Add a
SubFigureto the figure as part of a subplot arrangement.- Parameters:
- subplotspec
gridspec.SubplotSpec Defines the region in a parent gridspec where the subfigure will be placed.
- subplotspec
- Returns:
- Other Parameters:
- **kwargs
Are passed to the
SubFigureobject.
See also