Commit 51e2ff9
Reduce critical curves and caustics overlay linewidth from 2 to 1
Users reported the white tangential and yellow radial critical curves /
caustics drawn over convergence, potential, deflection, and source-plane
panels were too thick to inspect underlying lens-model results. Reduces
the hardcoded matplotlib linewidth in the three `lines=` overlay sites
(autoarray/plot/{array.py,inversion.py,grid.py}) from 2 to 1.
The `lines=` parameter is currently consumed exclusively by critical
curves and caustics across PyAutoGalaxy and PyAutoLens, so the change
targets exactly the reported overlays with no incidental side-effects.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent aa418a5 commit 51e2ff9
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments