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 shapes datashader colorbar exceeding data range (#559)
The default datashader reduction for shapes was "sum", causing overlapping
shapes to inflate the colorbar beyond the true data maximum. Changed the
default to "max" which preserves the actual data range and closely matches
the matplotlib rendering.
Also: extract _default_reduction to prevent log/aggregation drift, add
logger_no_warns test helper, short-circuit _want_decorations for diverse
color vectors.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments