gemseo / post

gemseo.post.dataset

Datasets post-processing.

A DatasetPlot is a generic graphical representation of a Dataset that can be displayed on screen or saved to a file. The different visualization tools (OptPostProcessor, SensitivityAnalysis.plot(), …) proposed by GEMSEO rely more and more on it to factorize the code, separate data and graph generation and standardize the visualizations.

As an example, RadarChart implements a radar chart and is used by both RadarChart to visualize the constraints stored in a Database and SensitivityAnalysis.plot_radar() to visualize the sensitivity indices generated by a SensitivityAnalysis.