plot_param_err

beast.plotting.plot_param_err.plot_param_err(beast_stats_file, param_list=['Av', 'Rv', 'logA', 'f_A', 'M_ini', 'Z', 'logT', 'logg', 'logL'], n_bins=200, colormap='cubehelix')[source]

Make a plot of each parameter vs the parameter errors

Parameters with M (indicating mass) will have log10 taken to help with axis scaling

Parameters:
beast_stats_filestr

path+file for the BEAST fitting results

param_listlist of strings

names of the parameters to plot default is the params in Figs 16-18 in Gordon+16)

n_binsint (default=200)

number of bins to use in each dimension of the 2D histogram

colormapstr

name of a colormap to use included with Matplotlib