Commit 5a7f657
Weights animation: sliding-window style in a fixed space
Switch back from animate='spin' to the classic animate=True sliding
window, per review. The critical property -- the space inside the cube
is fixed for the whole animation, independent of which window is
visible -- is guaranteed by the pipeline (helpers.scale normalizes once
from the full stacked dataset and the window updater never touches axis
limits) and verified programmatically: axis limits are identical across
frames while the visible fragment's extent slides along the loop.
(The earlier claim that window mode showed a static tangle was a frame-
extraction bug in the verification harness -- PIL's ImageSequence
yields one re-seeked image object, so materializing it with list()
produced N copies of the final frame. Measured correctly, the window
render rotates and the comet travels: mean inter-second frame motion
8.3, 0 clipped frames.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b362d67 commit 5a7f657
3 files changed
Lines changed: 8 additions & 5 deletions
File tree
- docs/images/v2.0-animations
- notes
- scripts
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments