|
3 | 3 | from autofit.non_linear.plot.mle_plotters import MLEPlotter |
4 | 4 |
|
5 | 5 | # --------------------------------------------------------------------------- |
6 | | -# Standalone plot helpers |
| 6 | +# Standalone plot helpers (autoarray) |
7 | 7 | # --------------------------------------------------------------------------- |
8 | 8 | from autoarray.plot.array import plot_array |
9 | 9 | from autoarray.plot.grid import plot_grid |
10 | 10 |
|
| 11 | +from autoarray.dataset.plot.imaging_plots import ( |
| 12 | + subplot_imaging, |
| 13 | + subplot_imaging_dataset_list, |
| 14 | +) |
| 15 | +from autoarray.dataset.plot.interferometer_plots import subplot_interferometer_dirty_images |
| 16 | + |
| 17 | +# --------------------------------------------------------------------------- |
| 18 | +# Galaxy / profile subplots (autogalaxy) |
| 19 | +# --------------------------------------------------------------------------- |
| 20 | +from autogalaxy.plot import ( |
| 21 | + subplot_galaxy_light_profiles, |
| 22 | + subplot_galaxy_mass_profiles, |
| 23 | + subplot_basis_image, |
| 24 | + subplot_galaxies, |
| 25 | + subplot_galaxy_images, |
| 26 | + subplot_adapt_images, |
| 27 | + subplot_fit_imaging_of_galaxy, |
| 28 | + subplot_fit_dirty_images, |
| 29 | + subplot_fit_real_space, |
| 30 | + subplot_fit_quantity, |
| 31 | + subplot_fit_ellipse, |
| 32 | + subplot_ellipse_errors, |
| 33 | +) |
| 34 | + |
11 | 35 | # --------------------------------------------------------------------------- |
12 | 36 | # subplot_* public API |
13 | 37 | # --------------------------------------------------------------------------- |
|
0 commit comments