autolens.plot.subplot_fit_combined#

subplot_fit_combined(fit_list, output_path=None, output_format=None, colormap=None, title_prefix=None)[source]#

Produce a combined multi-row subplot for a list of FitImaging objects.

Each row corresponds to one fit and contains six panels:

  • Data

  • Lens-light-subtracted image (plane 1)

  • Lens model image (plane 0)

  • Source model image (final plane)

  • Source plane image (final plane)

  • Normalised residual map

This layout is useful for visually comparing fits from multiple datasets or epochs side by side.

Parameters:
  • fit_list (List) – The imaging fits to display. Each fit occupies one row of the figure.

  • output_path (Optional[str]) – Directory in which to save the figure. If None the figure is not saved to disk.

  • output_format (str) – Image format passed to save_figure.

  • colormap (Optional[str]) – Matplotlib colormap name applied to all image panels.