CADETProcess.plotting.setup_figure

Contents

CADETProcess.plotting.setup_figure#

CADETProcess.plotting.setup_figure(n_rows=1, n_cols=1, style=None, squeeze=True)[source]#

Setup a figure.

Parameters:
n_rowsint, optional

Number of rows in the figure. The default is 1.

n_colsint, optional

Number of columns in the figure. The default is 1.

stylestr, optional

Style to use for the figure. The default is None.

squeezebool, optional

If True, extra dimensions are squeezed out from the returned array of Axes. The default is True.

Returns:
figFigure
axAxes or array of Axes