support plotting multi-dimensional data#124
Conversation
|
Cool! Do you have any screenshots/screencasts? You could add this/your existing integration to the lonboard docs if you'd like https://developmentseed.org/lonboard/latest/examples/#integrations |
I'll do that! I'd like to make sure this doesn't do anything weird with |
I don't think I've ever gotten such updates (where the selection happens on the Python/ipywidgets side, not the JS side) to work cleanly. I tried that in developmentseed/lonboard#610 but the selection updating was pretty flaky.
Are you setting that onto The best option might be to use a |
Yes, that's what I was talking about (and which definitely does not work, at least currently). The issue with For the example above the data is a couple of megabytes in total, but so far this has been very smooth. That was on a local jupyterlab, though, so I'll have to experiment with a remote jupyterlab and bigger data. |
|
I think we can go ahead and merge this, even though there's still a few things to resolve (the most important thing being the table updates) |
explore#77changelog.mdThis adds sliders to support the visualization of multi-dimensional data (developed during the remote sprint this morning with @ofk123 and @evenmm).
The remaining things to improve are:
a text box for fine control of the selected value (the slider is a bit short)looks like this is not necessary, we can go step-by-step using the arrow keysFollow-up tasks:
For an example, try:
cc @kylebarron