CONAN._classes.load_result.plot_chains
======================================

.. py:method:: 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.

   :param pars: parameter names to plot. Plot less than 20 parameters at a time for clarity.
   :type pars: list of str;
   :param figsize: Figure size. If None, optimally determined.
   :type figsize: tuple of length 2;
   :param thin: factor by which to thin the chains in order to reduce correlation.
   :type thin: int;
   :param discard: to discard first couple of steps within the chains.
   :type discard: int;
   :param alpha: transparency of the lines in the plot.
   :type alpha: float;
   :param color: color of the lines in the plot.
   :type color: str;
   :param label_size: size of the labels in the plot.
   :type label_size: int;
   :param force_plot: if True, plot more than 20 parameters at a time.
   :type force_plot: bool;

