autogalaxy.plot.subplot_fit_interferometer#
- subplot_fit_interferometer(fit, output_path=None, output_format=None, colormap='default', use_log10=False, residuals_symmetric_cmap=True, title_prefix=None)#
Create a three-panel subplot summarising a
FitInterferometer.The panels show the visibility-space residual map, normalised residual map, and chi-squared map, each rendered as 1-D visibility plots via
autoarray.plot.plot_visibilities_1d.- Parameters:
fit (FitInterferometer) – The completed interferometer fit to visualise.
output_path (str or None) – Directory in which to save the figure.
None→plt.show().output_format (str) – File format, e.g.
"png".colormap (str) – Matplotlib colormap name, or
"default"(passed through but not used by the 1-D visibility renderer).use_log10 (bool) – Reserved for future log-stretch support (currently unused).
residuals_symmetric_cmap (bool) – Reserved for future symmetric-colormap support (currently unused).