CADETProcess.optimization.Population.plot_corner

CADETProcess.optimization.Population.plot_corner#

Population.plot_corner(use_transformed=False, show=True, plot_directory=None)[source]#

Create a corner plot of the independent variables.

Parameters:
use_transformedbool, optional

If True, use the transformed independent variables. The default is False.

showbool, optional

If True, display the plot. The default is True.

plot_directorystr, optional

The directory where the plot should be saved. The default is None.