gemseo.post.scatter_plot_matrix module#

A scatter plot matrix to display optimization history.

class ScatterPlotMatrix(opt_problem)[source]#

Bases: BasePost[ScatterPlotMatrix_Settings]

Scatter plot matrix among design variables, output functions and constraints.

The list of variable names has to be passed as arguments of the plot method.

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

Parameters:

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

Settings#

alias of ScatterPlotMatrix_Settings