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
fix(legend): correct the high-cardinality legend warning for custom palettes
The skipped-legend warning claimed points are "uniform grey" past the limit,
but that only holds for scanpy's default palette — a custom cmap/palette gives
distinct colors for >102 categories (verified: cmap='viridis' + 150 cats → 150
distinct colors). Reword to the palette-agnostic, true reasons (a per-entry
legend that large is unreadable and O(categories^2) slow to build). The skip
itself is unchanged and defensible regardless of palette.
0 commit comments