MNGuenther / allesfitter

allesfitter is a convenient wrapper around the packages ellc (light curve and RV models), dynesty (static and dynamic nested sampling) emcee (Markov Chain Monte Carlo sampling) and celerite (Gaussian Process models).
MIT License
60 stars 36 forks source link

Select final ns_fit x axis limit of phase & T - T0 plots #17

Closed martindevora closed 3 years ago

martindevora commented 3 years ago

I would like to know whether we can select the x_lims of the phase and T - T0 plots of the final ns_fit pdf. For instance, we run a fit where we have selected a 'fast_fit_width=0.15'. The plots are however plotting the entire phase and -4 to 4 hours in the T-T0 plot. Image provided as an example:

image

We would like to stretch both plots to the size of our data somehow. Is this possible through the usage of some config params? For instance, given that we can use the fast_fit_width I'd expect some way to focus on the proper range in both plots.

Kind regards and thank you in advance.

MNGuenther commented 3 years ago

Absolutely! You can use the allesclass to make customizable plots: https://www.allesfitter.com/allesclass/allesclass-plots

And if you want to go full-custom: https://www.allesfitter.com/allesclass/custom-plots

martindevora commented 3 years ago

Amazing. Thank you for pointing to the right spot and sorry for asking about something that is very well documented.