gemseo.post.dataset¶
- andrews_curves
- bars
- boxplot
- color_evolution
- curves
- dataset_plot
- factory
- lines
- parallel_coordinates
- radar_chart
- radviz
- scatter
- scatter_plot_matrix
- surfaces
- yvsx
- zvsxy
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.