autolens.plot.subplot_fit_imaging_log10#

subplot_fit_imaging_log10(fit, output_path=None, output_format=None, colormap=None, plane_index=None, image_plane_lines=None, image_plane_line_colors=None, source_plane_lines=None, source_plane_line_colors=None, title_prefix=None)#

Produce a 12-panel subplot summarising an imaging fit with log10 colour scaling.

Equivalent to subplot_fit but applies a log10 stretch to all positive-valued panels (data, model image, lens-light model, subtracted image, source model image, chi-squared map, source plane images). Residual panels are left on a linear scale because they contain negative values. Includes Source Plane (Max Zoom) and Source Plane (Mid Zoom) panels — Mid Zoom shares the Max Zoom centre with extents 2x larger, kept square and shrunk uniformly so all edges stay inside the No Zoom extent.

For single-plane tracers the function delegates to subplot_fit_log10_x1_plane.

Parameters:
  • fit (FitImaging) – The 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.

  • plane_index (Optional[int]) – Index of the source plane to use for the source-scale panels. Defaults to the final plane in the tracer.