autogalaxy.plot.AdaptPlotter#
- class AdaptPlotter[source]#
Bases:
Plotter
Methods
close_subplot_figure
Plot the galaxy image of a galaxy.
Plots the adapt model image (e.g. sum of all individual galaxy model images).
get_subplot_figsize
Get the size of a sub plotter in (total_y_pixels, total_x_pixels), based on the number of subplots that are going to be plotted.
get_visuals_2d
open_subplot_figure
Setup a figure for plotting an image.
set_filename
set_format
set_mat_plot_1d_for_multi_plot
set_mat_plots_for_subplot
set_title
Plots a subplot of the galaxy image of all galaxies.
subplot_of_plotters_figure
Attributes
get_1d
get_2d
is_for_subplot
- figure_model_image(model_image)[source]#
Plots the adapt model image (e.g. sum of all individual galaxy model images).
- Parameters:
model_image (
Array2D
) – The adapt model image that is plotted.
- figure_galaxy_image(galaxy_image)[source]#
Plot the galaxy image of a galaxy.
- Parameters:
galaxy_image (
Array2D
) – The galaxy image that is plotted.