Replies: 2 comments
-
Hi @bantin! Thanks for the question. We can definitely support that in the future. That may be possible today with mo.ui.altair_chart, or with our upcoming reactive plotly element. I will investigate. To help me better understand the UI you are imagining: How many pixels are typically in these images? For a high resolution image I imagine it's difficult to select any particular pixel with precision. |
Beta Was this translation helpful? Give feedback.
-
@bantin, i tried this out with plotly and our new To run the example code, run: marimo edit https://github.com/marimo-team/marimo/blob/main/examples/third_party/plotly_image_selection.py Let us know if this captures your use-case or if there are ways we can further make this possible. |
Beta Was this translation helpful? Give feedback.
-
I do a lot of work processing videos for neuroscience data. Often, we will want to look at a summary image (say, the mean over time of a long video), and then click on an individual pixel in that image to bring up the time series for that specific pixel. This is something that is very difficult in jupyter.
I'm curious if Marimo supports a feature like this?
Beta Was this translation helpful? Give feedback.
All reactions