sdapy.snerun.snobject.show_corner¶
- snobject.show_corner(ax, index=0, gp=False, engine=None, model=None, source=None, filts=None, **kwargs)¶
Make contour plots for model samplings.
- Parameters
- axmatplotlib.subplot
matplotlib.subplot
- indexint
if there’re multple models can provide, e.g. the nickel mass mni, which one to use
- gpbool
if show samples from GP or from fittings
- enginestr
which engine models to be used
- modelstr
which models to be used
- sourcestr
which source to be used
- filtsstr
for multiband engines, which filter to show
- clobberbool
Redo analysis
- verbosebool
Enable progress report
- figsizetuple
figure size
- dpiint
matplotlib resolution
See also