diff --git a/autolens/plot/__init__.py b/autolens/plot/__init__.py index c309ad091..f4b50822e 100644 --- a/autolens/plot/__init__.py +++ b/autolens/plot/__init__.py @@ -17,6 +17,7 @@ fits_imaging, ) from autoarray.dataset.plot.interferometer_plots import ( + subplot_interferometer_dataset, subplot_interferometer_dirty_images, fits_interferometer, ) @@ -60,6 +61,7 @@ subplot_fit as subplot_fit_interferometer, subplot_fit_real_space as subplot_fit_interferometer_real_space, subplot_tracer_from_fit as subplot_fit_interferometer_tracer, + subplot_fit_interferometer_combined, ) from autolens.point.plot.fit_point_plots import subplot_fit as subplot_fit_point from autolens.point.plot.point_dataset_plots import subplot_dataset as subplot_point_dataset diff --git a/docs/api/plot.rst b/docs/api/plot.rst index 0a27e2819..ad37955c6 100644 --- a/docs/api/plot.rst +++ b/docs/api/plot.rst @@ -50,13 +50,15 @@ Create figures and subplots showing quantities of standard **PyAutoLens** object subplot_fit_combined subplot_fit_combined_log10 -**Interferometer Fit Subplots:** +**Interferometer Subplots:** .. autosummary:: :toctree: _autosummary + subplot_interferometer_dataset subplot_fit_interferometer subplot_fit_interferometer_real_space + subplot_fit_interferometer_combined **Point Source Subplots:**