Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Fix Flickering when using colorbar #103

Closed brendancol closed 4 years ago

brendancol commented 4 years ago

Address bugs and undesirable behavior in dynamic interactive plots, including: flickering of figures that contain datashaded overlays (and related issue of datashaded colorbar requiring using ‘rasterize’, but then not being able to ‘dynspread’), pr by Jim./Jean-Luc Bokeh toolbar bug that sometimes requires the select/unselect action, and

@jbednar: can you show us where the PR to fix this issue is? @philippjfr

jbednar commented 4 years ago

The above may describe several different issues. The specific fix for using spread with rasterize is https://github.com/holoviz/datashader/pull/771, which is just a start to the solution, but does demonstrate that spreading is feasible for aggregates rather than pixels, which allows using rasterize.