getdist icon indicating copy to clipboard operation
getdist copied to clipboard

MCMC sample analysis, kernel densities, plotting, and GUI

Results 6 getdist issues
Sort by recently updated
recently updated
newest added

I am running the following cell in Jupyter notebook ```python # Export the results to GetDist from getdist.mcsamples import loadMCSamples # Notice loadMCSamples requires a *full path* import os gd_sample...

Hi all, I've had a long-standing issue with getdist, and the release of v1.0 seems like a good time to point it out : say I have two MCSamples instances,...

enhancement

Hi Lewis, I hope you are well. I am writing because my server just crashed with my OS hard drive being out of space. After investigation, I noticed that ~/.cache/getdist_cache/...

Hello, I have done two separate runs for a model, but would like to merge the chains and plot all of them together. How do I get `loadMCSamples` to merge...

Is it possible to plot density instead of contours in 2D plots? Also, is it possible to add 1D "contours" (i.e. confidence intervals) to 1D plots as well? Happy to...

If I do the plot roots_data=[IDEM2_sample5, IDEM2_sample2, IDEM2_sample3, IDEM2_sample4,IDEM2_sample1] works, but I do: roots_data=[IDEM2_sample1, IDEM2_sample2, IDEM2_sample3, IDEM2_sample4,IDEM2_sample5] It doesn't work, how to solve it? The IDEM2_sample1, IDEM2_sample2 strings have fewer...