src.plots.vvuq_plot_wrapper module

This module wrapps the plotting of the VV&UQ results to call the internal methods based on the user config.

It includes a main function called create_vvuq_plots. See details in its own documentations.

Contact person: Stefan Riedmaier Creation date: 20.08.2020 Python version: 3.8

src.plots.vvuq_plot_wrapper.create_vvuq_plots(vvuq, config, plot_path=None)

This function wraps the internal plot methods based on the user config.

Parameters:
  • vvuq – vvuq object with all results

  • config (dict) – config dictionary

  • plot_path (str) – path where the plots shall be stored (otherwise automatically generated in results folder)