hookeai.miscellaneous.file_processing.plot_prediction_files.plot_models_stress_prediction¶
- plot_models_stress_prediction(response_path, models_prediction_results, is_plot_ground_truth=True, filename='prediction_comparison', save_dir=None, is_save_fig=False, is_stdout_display=False)[source]¶
Plot models stress path prediction for given material response path.
- Parameters:
response_path (dict) – Material response path.
models_prediction_results (dict) – Material response prediction results (item, dict) for each prediction model (key, str).
is_plot_ground_truth (bool, default=True) – If True, then plot ground-truth data extracted from material response sample file.
filename (str, default='prediction_comparison') – Figure name.
save_dir (str, default=None) – Directory where figure is saved.
is_save_fig (bool, default=False) – Save figure.
is_stdout_display (bool, default=False) – True if displaying figure to standard output device, False otherwise.