Skip to content

Commit 45ac1db

Browse files
authored
Merge pull request #668 from PyAutoLabs/feature/plot-coverage-gaps
feat: export subplot_interferometer_dataset + subplot_fit_interferometer_combined
2 parents d53bfcc + c3c0087 commit 45ac1db

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

autolens/plot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
fits_imaging,
1818
)
1919
from autoarray.dataset.plot.interferometer_plots import (
20+
subplot_interferometer_dataset,
2021
subplot_interferometer_dirty_images,
2122
fits_interferometer,
2223
)
@@ -60,6 +61,7 @@
6061
subplot_fit as subplot_fit_interferometer,
6162
subplot_fit_real_space as subplot_fit_interferometer_real_space,
6263
subplot_tracer_from_fit as subplot_fit_interferometer_tracer,
64+
subplot_fit_interferometer_combined,
6365
)
6466
from autolens.point.plot.fit_point_plots import subplot_fit as subplot_fit_point
6567
from autolens.point.plot.point_dataset_plots import subplot_dataset as subplot_point_dataset

docs/api/plot.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ Create figures and subplots showing quantities of standard **PyAutoLens** object
5050
subplot_fit_combined
5151
subplot_fit_combined_log10
5252

53-
**Interferometer Fit Subplots:**
53+
**Interferometer Subplots:**
5454

5555
.. autosummary::
5656
:toctree: _autosummary
5757

58+
subplot_interferometer_dataset
5859
subplot_fit_interferometer
5960
subplot_fit_interferometer_real_space
61+
subplot_fit_interferometer_combined
6062

6163
**Point Source Subplots:**
6264

0 commit comments

Comments
 (0)