I am using plotly on streamlit app and I would like to learn the specifics of the camera variables (eye,up,center) of a 3D scatter plot after I change them manually with a mouse. I need them to be returned either on the plot itself or (prefered method) on a streamlit output on screen. Iβd appreciate your help.
For the scatter plot I used go.Scatter3d
Hey @munal, welcome to the forums. I am not sure if you can do so in plotly. Maybe with some custom JS.
In dash
thatβs perfectly possible, take a look at this:
2 Likes