orlox / CornerPlotting.jl

Simple plotting tool to produce corner plots out of samples and determine credible intervals
Other
2 stars 1 forks source link

This PR migrates the code for corner plotting from SideKicks.jl #1

Closed orlox closed 1 month ago

orlox commented 1 month ago

Moving the code from SideKicks.jl makes it more agnostic, so we can use it for various other purposes. This also includes corrections to credible intervals accounting for values outside plotting ranges, as well easy access to elements of the plot in order to add extra things (eg. priors)