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
8 changes: 8 additions & 0 deletions autogalaxy/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
from autofit.non_linear.plot import (
corner_cornerpy,
corner_anesthetic,
subplot_parameters,
log_likelihood_vs_iteration,
output_figure,
)

from autogalaxy.plot.plot_utils import plot_array, plot_grid, fits_array

from autoarray.dataset.plot.imaging_plots import (
Expand Down
18 changes: 8 additions & 10 deletions docs/api/plot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,20 @@ Create figures and subplots showing quantities of standard **PyAutoGalaxy** obje
subplot_fit_ellipse
subplot_ellipse_errors

Non-linear Search Plotters [aplt]
---------------------------------
Non-linear Search Plot Functions [aplt]
---------------------------------------

Create figures and subplots of non-linear search specific visualization of every search algorithm supported
by **PyAutoGalaxy**.
Module-level functions for visualizing non-linear search results.

.. currentmodule:: autogalaxy.plot
.. currentmodule:: autofit.plot

.. autosummary::
:toctree: _autosummary
:template: custom-class-template.rst
:recursive:

NestPlotter
MCMCPlotter
MLEPlotter
corner_cornerpy
corner_anesthetic
subplot_parameters
log_likelihood_vs_iteration

Plot Customization [aplt]
-------------------------
Expand Down
Loading