makePlots issue

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Davide Maino
Posts: 11
Joined: September 22 2005
Affiliation: Physics Dept., University of Milano

makePlots issue

Post by Davide Maino » June 13 2014

Dear Anthony,
I have a problem with the final python script for getting the plots. I run without (almost) any problem everything down to getdist run with the proper script.
Then I want to produce plots.
I tried with the following command

Code: Select all

python python/makePlots.py --plot_data mygrid/plot_data --filled --paramNameFile mygrid/plot_data/base_mnu_planck_lowl_lowLike_highL.paramnames mygrid ./plots
and although I got no errors I still do not have plots.
Any idea?
Thanks
Davide

Antony Lewis
Posts: 1943
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

Re: makePlots issue

Post by Antony Lewis » June 13 2014

makePlots.py is for making sets of plots from a grid. You don't need to specify the .paramnames file unless e.g. you want to change latex labels from the default. Nor do you need to specify plot_data if it is the default one under the main grid directory. "--filled" does nothing unless you specify a "D2_param" parameter to make 2D plots for a particular parameter (the default is 1D plots).

As to why it doesn't work, I'm not sure. Do you have all the data files from getdist OK under mygrid/plot_data? You can also try doing individual parameter plot scripts for testing.

Post Reply