CADETProcess.comparison.Comparator.plot_comparison#
- Comparator.plot_comparison(simulation_results, axs=None, figs=None, file_name=None, show=True, plot_individual=False)[source]#
Plot the comparison of the simulation results with the reference data.
- Parameters:
- simulation_resultslist of SimulationResults
List of simulation results to compare to reference data.
- axslist of AxesSubplot, optional
List of subplot axes to use for plotting the metrics.
- figslist of Figure, optional
List of figures to use for plotting the metrics.
- file_namestr, optional
Name of the file to save the figure to.
- showbool, optional
If True, displays the figure(s) on the screen.
- plot_individualbool, optional
If True, generates a separate figure for each metric.
- Returns:
- figslist of Figure
List of figures used for plotting the metrics.
- axslist of AxesSubplot
List of subplot axes used for plotting the metrics.