autolens.plot.subplot_fit_imaging_log10_x1_plane#
- subplot_fit_imaging_log10_x1_plane(fit, output_path=None, output_format=None, colormap=None, title_prefix=None)#
Produce a 6-panel log10 subplot for a single-plane tracer imaging fit.
Equivalent to
subplot_fit_x1_planebut applies a log10 colour stretch to the data, model image, and chi-squared panels. Residual panels remain on a linear scale.This simplified layout is used automatically by
subplot_fit_log10when the tracer has only one plane.- Parameters:
fit (FitImaging) – The single-plane imaging fit to visualise.
output_path (
Optional[str]) – Directory in which to save the figure. IfNonethe figure is not saved to disk.output_format (
str) – Image format passed tosave_figure.colormap (
Optional[str]) – Matplotlib colormap name applied to all image panels.