Skip to content

sensitivity.plots

Plotting functionality for sensitivity analysis.

heatmap

heatmap(
    df,
    parameter_labels=None,
    output_labels=None,
    cutoff=0.1,
    annotate_values=True,
    cluster_rows=True,
    cluster_cols=False,
    title=None,
    cmap="seismic",
    vcenter=0.0,
    vmin=-2.0,
    vmax=2.0,
    fig_path=None,
)

Creates heatmap of model sensitivity.

plot_S1_ST_indices

plot_S1_ST_indices(sa, fig_path)

Barplots for the S1 and ST indices.