autolens.plot.subplot_fit_imaging_x1_plane#

subplot_fit_imaging_x1_plane(fit, output_path=None, output_format=None, colormap=None, title_prefix=None)#

Produce a 6-panel subplot for a single-plane tracer imaging fit.

Arranges the following panels in a 2 × 3 grid:

  • Data

  • Signal-to-noise map

  • Model image

  • Normalised residual map (lens-light subtracted proxy)

  • Normalised residual map with zero minimum

  • Normalised residual map (symmetric scale)

This simplified layout is used automatically by subplot_fit when the tracer has only one plane (no source plane).

Parameters:
  • fit (FitImaging) – The single-plane imaging fit to visualise.

  • 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.