baudren / montepython_public

Public repository for the Monte Python Code
MIT License
65 stars 115 forks source link

Plotting some extra-points on the Montepython contour plots #69

Open AdriPos opened 7 years ago

AdriPos commented 7 years ago

Hi all,

I'm still using Montepython to estimate the cosmological parameters through the density angular power spectrum (dCl). I would like to show in the final contour plot some extra-points, like for example the best-fit values from Planck. Is there a way to superimpose some extra points to the contours - maybe with the info command?

Thanks! Adriana

borisbolliet commented 7 years ago

Dear Adriana,

As far as I know, if you would like to modify the output plots, you need to hard code your modification in the analyze.py file which is located in the montepython directory.

If you want an example on how to customize the output, you may look at a previous issue I had posted: #58.

I hope this helps,

Boris