matplotlib.figure.Figure.add_subfigure#

Figure.add_subfigure(subplotspec,**kwargs)[source]#

Add aSubFigure to the figure as part of a subplot arrangement.

Parameters:
subplotspecgridspec.SubplotSpec

Defines the region in a parent gridspec where the subfigure willbe placed.

Returns:
SubFigure
Other Parameters:
**kwargs

Are passed to theSubFigure object.

Examples usingmatplotlib.figure.Figure.add_subfigure#

Figure subfigures

Figure subfigures