Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions autolens/plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
fits_imaging,
)
from autoarray.dataset.plot.interferometer_plots import (
subplot_interferometer_dataset,
subplot_interferometer_dirty_images,
fits_interferometer,
)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/api/plot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
Loading