LSSTDESC / augur

DESC forecasting and inference validation tool
MIT License
4 stars 2 forks source link

added triangle plot capabilities #14

Closed fjaviersanchez closed 2 years ago

fjaviersanchez commented 3 years ago

This PR addresses #5 and adds the ability to produce triangle plots automatically and pair plots of any two parameters under analysis.

fjaviersanchez commented 3 years ago

Just as a note (and to rescue this later) the eisenstein_hu part can't be changed yet, unless I use the master branch of CCL (which isn't tagged) since in order to work I need to add extra_parameters={"camb": {"dark_energy_model": "ppf"}} to the cosmology object.

fjaviersanchez commented 3 years ago

@elisachisari, I think this is ready to go. I simplified the code and made it a bit more general. Please let me know if you have any additional comments/feedback. Thanks in advance!