Page 2 of 2

Getdist help

Posted: June 03 2015
by Suresh Kumar India
Thanks. Yes. The task3.paramnames files is in the samples file. But still the lables are not taken. Please also tell me how to change the plot bounds in a triangle plot.

Re: Getdist help

Posted: June 04 2015
by Antony Lewis
Please email all your chain files and script if you think labels are not working.

Plot bounds are determined automatically, so usually you don't need to change them (and changing plot bounds is the wrong way to account for prior cuts - use .ranges for that). But you can use

Code: Select all

ax = g.subplots[x,y]
to get the subplot axis instance if you want to manually adjust the axes using standard matplotlib methods after making the triangle (or other) plot.

Getdist help

Posted: May 07 2016
by Suresh Kumar India
I have observed that the GetDist GUI processes the chains without removing the burn-in. I could not find any option for setting the burn-in removal. Is it there?

Re: Getdist help

Posted: May 07 2016
by Antony Lewis
If you are loading chains from a grid, as the Planck chain downloads, it should automatically determine whether to remove burn in for each chain.

For individual chains you can change burn in by changing the settings on the Options menu.

Getdist help

Posted: May 07 2016
by Suresh Kumar India
I got your point. Thanks.