CONAN._classes.load_result.plot_chains#
- CONAN._classes.load_result.plot_chains(pars=None, figsize=None, thin=1, discard=0, alpha=0.05, color=None, label_size=12, force_plot=False)#
Plot chains of selected parameters.
- Parameters:
pars (list of str;) – parameter names to plot. Plot less than 20 parameters at a time for clarity.
figsize (tuple of length 2;) – Figure size. If None, optimally determined.
thin (int;) – factor by which to thin the chains in order to reduce correlation.
discard (int;) – to discard first couple of steps within the chains.
alpha (float;) – transparency of the lines in the plot.
color (str;) – color of the lines in the plot.
label_size (int;) – size of the labels in the plot.
force_plot (bool;) – if True, plot more than 20 parameters at a time.