gemseo.post.radar_chart module#

Plot the constraints on a radar chart at a given database index.

class RadarChart(opt_problem)[source]#

Bases: BasePost[RadarChart_Settings]

Plot the constraints on a radar chart at a given database index.

Initialize self. See help(type(self)) for accurate signature.

Parameters:

opt_problem (OptimizationProblem) -- The optimization problem to be post-processed.

Settings#

alias of RadarChart_Settings