Combination of datashade
and hv.operation.apply_when
results in navy background on zoom
#6493
Labels
type: bug
Something isn't correct or isn't working
Software Version Info
OS: Ubuntu 24.04
Python: 3.10.16
Firefox: 133.0.3
Environment:
Description of expected behavior and the observed behavior
I am attempting to dynamically shift between a datashaded plot and the raw Points when the current window contains more points than a specified threshold using
hv.operation.apply_when
. This works, but the background of the resulting plot becomes navy blue on zoom at the point when the plots switches from returning a datashaded version to the raw Points.Edit: This does not happen when using
rasterize
instead ofdatashade
.Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: