AnalyseMCMC
Analyse gravitational-wave parameter-estimation results from SPINspiral and lalinference_mcmc
|
Plotting routines for analyseMCMC. More...
Functions/Subroutines | |
subroutine | pginitl (colour, file, whiteBG) |
Initialise PGPlot for use with AnalyseMCMC. More... | |
subroutine | pgscidark (ci, file, whiteBG) |
Set the colour to ci, but use a darker shade if the background is black or a lighter shade if it is white. More... | |
Plotting routines for analyseMCMC.
subroutine pginitl | ( | integer, intent(in) | colour, |
integer, intent(in) | file, | ||
integer, intent(in) | whiteBG | ||
) |
Initialise PGPlot for use with AnalyseMCMC.
colour | Use colour: 0:no, 1-yes |
file | File type: 0-screen, 1-png, 2-eps, 3-pdf |
whiteBG | Use a white background: 0:no, 1-yes |
Referenced by animation(), open_2d_pdf_plot_file(), pdfs1d(), plot_acorr_chains(), plot_jump_sizes(), plot_par_l(), plot_parameter_chains(), plot_posterior_chain(), and plot_rhat_chains().
subroutine pgscidark | ( | integer, intent(in) | ci, |
integer, intent(in) | file, | ||
integer, intent(in) | whiteBG | ||
) |
Set the colour to ci, but use a darker shade if the background is black or a lighter shade if it is white.
ci | Colour index |
file | Output file type |
whiteBG | Have a white background (1) or nor (0) |
Referenced by plot_parameter_chains(), and plot_posterior_chain().