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**kwargshere 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.
- figuresdict[