Visualization#
from gemseo import execute_post
Post-process the results from a scenario, an optimization problem or an history file path.
execute_post("OptHistoryView", scenario)
execute_post("OptHistoryView", optimization_problem)
execute_post("OptHistoryView", hdf_file_path)