Replies: 1 comment
-
related issue : #3780 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to use datashader with. I use
hvplot
for this withdatashade
. Sincedatashading
is not provided by pyodide, I useddownsample
instead for providing a working sample.What I don't understand is that in the WASM playground it works: the sampling is updated when you zoom in/out. But on the same local notebook (marimo 0.11.2), it does not : points are not updated when you zoom in/out
Does anyone know how to solve or diagnostic this issue I have with
datashading
andhvplot
?p.s.: if there is a way to do rasterization/datashading with altair/vega I would love to use that. But I could not understand if and how VegaFusion is supposed to work for that usecase.
Samples
https://marimo.app/l/legm4e
The native notebook with both datashading and downsampling
Those two figures are not updated when you zoom in/out.
Beta Was this translation helpful? Give feedback.
All reactions