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_file (str) – path+file for the BEAST fitting results
param_list (list of strings) – names of the parameters to plot default is the params in Figs 16-18 in Gordon+16)
n_bins (int (default=200)) – number of bins to use in each dimension of the 2D histogram
colormap (str) – name of a colormap to use included with Matplotlib