You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 1.5.0, add changelog entry, and update documentation for the
changes since 1.4.9: motiongram/videogram output files renamed to h/v suffixes
(_mgh/_vgh, _mgv/_vgv) and the new axes=False option on silhouette_waterfall()
and pose_waterfall().
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
wf = mv.pose_waterfall(axes=False) # clean render, no axes/labels
419
421
wf.show()
420
422
```
421
423
@@ -430,6 +432,7 @@ wf.show()
430
432
-`color_by`: `'marker'` (one colour per marker) or `'time'` (colour follows time). Defaults to `'marker'` for `'trajectories'` and to `'time'` for the slice styles.
-`elev`/`azim`: 3D view angles (defaults `20` / `-60`)
435
+
-`axes`: set to `False` to render without any axes, ticks, labels, or panes (a clean 3D image). Defaults to `True`. (`silhouette_waterfall()` accepts the same `axes` option.)
433
436
- plus the usual `target_name`, `overwrite`, and forwarded `**pose_kwargs` (e.g. `model`, `device`)
0 commit comments