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
Filter non-matching elements when groups is set with na_color=None
When `groups` is specified and `na_color=None`, non-matching shapes and
points are now filtered out entirely instead of rendered as invisible
geometry. This avoids wasting rendering time on transparent elements.
- Add _filter_groups_transparent_na() helper
- Apply filtering in _render_shapes and _render_points
- Update groups docstring to document na_color=None behavior
- Add regression tests (baseline images pending from CI)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments