cavcalc.output.MultiOutput.plot#

MultiOutput.plot(filename: Optional[str] = None, show: bool = True, **kwargs)#

Plots all the outputs which have array-like target parameters.

See SingleOutput.plot() for plotting options, the **kwargs here will be forwarded to this method for each target parameter.

Parameters:
showbool, optional; default = False

Shows the resulting figure, via matplotlib.pyplot.show(), if true.

Returns:
figuresdict[ParameterType, matplotlib.figure.Figure]

A dictionary of the parameter types mapping to their respective figure objects.