autolens.plot.subplot_fit_imaging_tracer#

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

Produce a 9-panel tracer subplot derived from a FitImaging object.

Panels (3x3 = 9 axes):

0: Model image with critical curves 1: Source model image (image-plane projection) with critical curves 2: Source plane (no zoom) with caustics 3: Lens image (log10) with critical curves 4: Convergence (log10) 5: Potential (log10) 6: Deflections Y with critical curves 7: Deflections X with critical curves 8: Magnification with critical curves

Parameters:
  • fit (FitImaging) – The imaging fit whose best-fit tracer is visualised.

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