Commit c3c0087
feat: export subplot_interferometer_dataset + subplot_fit_interferometer_combined
`autolens.plot` was missing two interferometer plotting symbols that are
reachable everywhere else in the stack:
- `subplot_interferometer_dataset` is exported by `autogalaxy.plot` from
`autoarray.dataset.plot.interferometer_plots`, but `autolens.plot` imported
only `subplot_interferometer_dirty_images` and `fits_interferometer` from
that same module. The interferometer dataset subplot was therefore
unreachable from `autolens.plot`, which is why the autolens_workspace
interferometer example has no dataset subplot while its autogalaxy
counterpart does.
- `subplot_fit_interferometer_combined` is autolens's own function in
`autolens/interferometer/plot/fit_interferometer_plots.py`, left unexported
while the imaging equivalent `subplot_fit_combined` is exported.
Both changes are purely additive. This is the mirror of PyAutoGalaxy#538,
which closed the same asymmetry in the other direction.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent d53bfcc commit c3c0087
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments