plotting ================== .. py:module:: jaxns.plotting .. rubric:: :code:`jaxns.plotting` .. rubric:: Module Contents .. py:function:: plot_diagnostics(results, save_name=None) Plot diagnostics of the nested sampling run. :param results: NestedSamplerResult :param save_name: file to save figure to. .. py:function:: plot_cornerplot(results, variables = None, with_parametrised = False, save_name = None, kde_overlay = False) Plots a cornerplot of the posterior samples. :param results: NestedSamplerResult :param variables: list of variable names to plot. Plots all collected samples by default. :param save_name: file to save result to. :param kde_overlay: whether to overlay a KDE on the histograms.