Closed alexhroom closed 3 months ago
This PR fixes #45 by adding the remaining plotting functionality from RAT to the Python API. These are:
cornerPlot
plot_corner
plotHists
plot_hists
bayesShadedPlot
bayes
plot_ref_sld
histp
plot_one_hist
estimated_density
mcmcplot
plot_chain
plotBayes
plot_bayes
This PR fixes #45 by adding the remaining plotting functionality from RAT to the Python API. These are:
cornerPlot
->plot_corner
plotHists
->plot_hists
bayesShadedPlot
-> newbayes
parameter forplot_ref_sld
histp
->plot_one_hist
(withestimated_density
parameter for estimated density overplot)mcmcplot
->plot_chain
plotBayes
->plot_bayes
(just callsplot_ref_sld
with and without confidence intervals,plot_hists
andplot_corner
)