Commit 82c04df
Drop subplot_tracer.png fallback — quick-update writes only fit.png
The lens imaging plotter (and every other model plotter) short-circuits
with `if quick_update: return` immediately after `subplot_fit`, so the
tracer subplot is never written during a quick update. The fallback was
also stale: the `subplot_` prefix was dropped from all PNG outputs
across the codebase — the file is `tracer.png` now, not
`subplot_tracer.png`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5e0b9a5 commit 82c04df
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments