graphinglib.MultiFigure.add_figure#

MultiFigure.add_figure(figure: Figure, row_start: int, col_start: int, row_span: int, col_span: int) None[source]#

Adds a Figure to a MultiFigure.

Parameters:
figureFigure

The Figure to add to the MultiFigure.

row_startint

The row where to set the upper-left corner of the SubFigure.

col_startint

The column where to set the upper-left corner of the SubFigure.

row_spanint

The number of rows spanned by the SubFigure.

col_spanint

The number of columns spanned by the SubFigure.