JohannesBuchner / UltraNest

Fit and compare complex models reliably and rapidly. Advanced nested sampling.
https://johannesbuchner.github.io/UltraNest/
Other
142 stars 30 forks source link

Improvements to the live plot #126

Open nstarman opened 4 months ago

nstarman commented 4 months ago

Description

Thanks for the great package! I think a nice addition to the live plot would be to differently color / pattern the most-recently ruled out region of the parameter space. Currently everything is either colored or white. Thanks!

e.g. CleanShot 2024-04-22 at 11 46 18

JohannesBuchner commented 4 months ago

Isn't that visible by observing the difference between updates?

nstarman commented 4 months ago

By taking screenshots, yes, but not in any automatic fashion.

JohannesBuchner commented 4 months ago

The widget code is here: https://github.com/JohannesBuchner/UltraNest/blob/master/ultranest/viz.py#L268