Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a0ce621
Add plot module refactoring plan
claude Mar 16, 2026
b4a92b7
PR L1-L4: replace mat_plot_2d.plot_array with _plot_array() bridge in…
claude Mar 16, 2026
aacb4cf
Ignore autolens_workspace_test embedded repo
claude Mar 16, 2026
e6e265c
Add git patches for PyAutoArray and PyAutoGalaxy plot refactor
claude Mar 17, 2026
9792078
PR L5: Remove Visuals from PyAutoLens plotters; use standalone plot_a…
claude Mar 18, 2026
6e0dcb7
Fix invalid escape sequence in tracer_util.py docstring
claude Mar 18, 2026
9a34746
Fix sensitivity.py: convert critical curves/caustics to lines= for Ar…
claude Mar 18, 2026
9a1ad05
Complete Visuals2D/Visuals1D removal from PyAutoLens plotters
claude Mar 18, 2026
46ad2a7
Remove MatPlot1D/MatPlot2D from all PyAutoLens plotters; use output=/…
claude Mar 19, 2026
07d488f
Remove deleted autoarray wrap class re-exports from plot module
claude Mar 20, 2026
e16ea95
Refactor plotting module: replace *Plotter classes with standalone fu…
claude Mar 21, 2026
ca82ad2
Complete plot refactor: remove all *Plotter classes, add standalone s…
claude Mar 21, 2026
c2f7cfb
Fix missing fit_imaging_plots.py and test file lost to .gitignore
claude Mar 23, 2026
68ca1d7
Remove _plot_with_* helpers; simplify plot_array/plot_grid via _prepa…
claude Mar 24, 2026
63fd855
Fix import: autoarray.plot.wrap.base -> autoarray.plot.wrap
claude Mar 24, 2026
c154673
Remove plot_utils.py wrappers; use autoarray plot_array/plot_grid dir…
claude Mar 24, 2026
2927f9a
Replace _save_subplot with autoarray's save_figure
claude Mar 24, 2026
f649b19
Fix import: use autoarray.plot not autoarray.plot.wrap for Cmap/Color…
claude Mar 24, 2026
1db1e29
Remove Cmap/Colorbar/Output re-exports from autolens.plot
claude Mar 24, 2026
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ MultiNest/
hyper
hyper_galaxies
files
imaging
Nonesubplots
scripts
subplots
Expand Down Expand Up @@ -66,3 +65,4 @@ docs/_static
docs/_templates
docs/generated
docs/api/generated
autolens_workspace_test/
Loading
Loading