joshspeagle / dynesty

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences
https://dynesty.readthedocs.io/
MIT License
347 stars 76 forks source link

adding a thin keyword to the traceplot #158

Closed jrleja closed 4 years ago

jrleja commented 4 years ago

The traceplot currently includes all of the sampled points. This can cause this figure to be large and unwieldy. Adding a thinning keyword to the traceplot would potentially decrease the figure size without loss of information.

joshspeagle commented 4 years ago

I will try to patch this in when I get a chance. It's a very reasonable request and a nice quality-of-life fix.