Skip to content

Commit 4ea74b3

Browse files
Jammy2211Jammy2211
authored andcommitted
2lack
1 parent 7bddaf2 commit 4ea74b3

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ PyAutoGalaxy: Open-Source Multi Wavelength Galaxy Structure & Morphology
2020
.. image:: https://joss.theoj.org/papers/10.21105/joss.04475/status.svg
2121
:target: https://doi.org/10.21105/joss.04475
2222

23+
.. image:: https://www.repostatus.org/badges/latest/active.svg
24+
:target: https://www.repostatus.org/#active
25+
:alt: Project Status: Active
26+
27+
.. image:: https://img.shields.io/pypi/pyversions/autogalaxy
28+
:target: https://pypi.org/project/autogalaxy/
29+
:alt: Python Versions
30+
31+
.. image:: https://img.shields.io/pypi/v/autogalaxy.svg
32+
:target: https://pypi.org/project/autogalaxy/
33+
:alt: PyPI Version
34+
2335
`Installation Guide <https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html>`_ |
2436
`readthedocs <https://pyautogalaxy.readthedocs.io/en/latest/index.html>`_ |
2537
`Introduction on Binder <https://mybinder.org/v2/gh/Jammy2211/autogalaxy_workspace/release?filepath=start_here.ipynb>`_ |

autogalaxy/plot/visuals/two_d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def add_critical_curves_or_caustics(
150150
vis.Visuals2D
151151
A collection of attributes that can be plotted by a `Plotter` object.
152152
"""
153+
print("bbbb")
153154
if plane_index == 0:
154155
return self.add_critical_curves(mass_obj=mass_obj, grid=grid)
155156
return self.add_caustics(mass_obj=mass_obj, grid=grid)

docs/api/plot.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Create figures and subplots showing quantities of standard **PyAutoGalaxy** obje
3737
FitImagingPlotter
3838
FitInterferometerPlotter
3939
GalaxiesPlotter
40-
AdaptPlotter
4140
FitImagingPlotter
4241
FitInterferometerPlotter
4342
MultiFigurePlotter

0 commit comments

Comments
 (0)