invert4geom.plot_latin_hypercube#
- plot_latin_hypercube(params_dict, plot_individual_dists=True, plot_2d_projections=True)[source]#
With a dictionary of parameters and their sampled values, plot the individual distributions and or the 2D projections of the parameter pairs.
- Parameters:
params_dict (
dict[str,dict[str,Any]]) â dictionary of sampled parameter values, can be created manually or from the output of func:.uncertainty.create_lhcplot_individual_dists (
bool) â choose to plot distribution of each parameter, by default Trueplot_2d_projections (
bool) â choose to plot the 2D projection of each parameter pair, by default True
- Return type: