Python Forum
slected points to dataframe in Plotly - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: slected points to dataframe in Plotly (/thread-20465.html)



slected points to dataframe in Plotly - douwey - Aug-12-2019

Hi,
I'm new to this forum and I hope you can help me with the following:
I'm looking for a way to make an interactive chart with points from a dataframe. In this frame I would like to select points, give them a unique attribute and write the selected points with the new attribute to a new dataframe. I did try to adapt the code i found here: plotly click events but i was unsuccesfull. Is it at all possible to do this using python?
Thanks for your help!