Draggable points in Streamlit

44 Views Asked by At

I would like to create a scatter plot, but can drag and drop the points vertically. I also need the values of the points. Something like this:

Matplotlib plot with draggable points

But I need to integrate it with Streamlit. I've tried Plotly, Matplotlib and Bokeh, but none of them worked. I really prefer a custom plot in Plotly, but I don't know how to move the points.

I would appreciate any help

1

There are 1 best solutions below

0
UnicornOnAzur On

As far as I can see currently this is not (yet) supported in Streamlit using only Python. This is taken from other fora and the Streamlit documentation:

Alternatives that should work at the moment are: