autolens.plot.subplot_fit_combined_log10#

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

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

Equivalent to subplot_fit_combined but applies a log10 colour stretch to the data, lens model, and source model panels. The normalised residual panel remains on a linear scale.

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.