exoiris.ExoIris.plot_white_gp_predictions

exoiris.ExoIris.plot_white_gp_predictions#

ExoIris.plot_white_gp_predictions(axs=None, ncol: int = 1, figsize: tuple[float, float] | None = None) None[source]#

Plot the predictions of a Gaussian Process model for white light curves and residuals.

Parameters:
  • axs – Axes array in which the plots are drawn. If None, new subplots are generated.

  • ncol – The number of columns for the created grid of subplots. Used only if axs is None.

  • figsize – Size of the figure in inches (width, height). Used only if axs is None. If None, a default size is used.

Notes

The number of rows for the subplots is determined dynamically based on the shape of the data and the number of columns specified (ncol). If the provided axes array (axs) does not accommodate all the subplots, the behavior is undefined.