I'm looking for a way to generate a plot based on a plotly canvas. I want to create a surface, by clicking on the canvas so that vertices of that surface can be defined. Later, I want to extract the vertices, to be able to fine tune them in my UI. Is that something I could do with Marimo?
You might be able to achieve what you want using Plotly's click event API directly. I haven't worked with it before, so YMMV. https://plotly.com/python/click-events/
Ahhh! I just spent about two hours trying to make an interactive plotly bar chart work. Any way this could be added to the documentation more explicitly? For the dumb folks like me ๐