plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.14k stars 1.87k forks source link

3d camera center in data coordinates #7219

Open barok1383 opened 1 month ago

barok1383 commented 1 month ago

Hi.

Same issue that the #5524 : https://github.com/plotly/plotly.js/issues/5524

It is impossible to fix the rotation point to a specific point to analyse data around this point.

Example : https://codepen.io/someuser12/pen/rNXLPRJ

The center is located at 0,0,0 in the layout (center of one of the sphere) but the rotation point is located at the middle of the graph at 500,0,0 (why ?)

If i change the center with the different button (for exemple fix it at x = 1000), the plot disappear to infinity and beyond.

Would be nice to have this feature to be able to navigate around a 3d system and analyse what happened.

In my case, we study (and plot) birds trajectories around wind turbine. We need to rotate around a specific point of the bird trajectory.

Regards

gvwilson commented 1 month ago

thank you for filing this issue - we are currently working to get a release out the door and will revisit this once that's done (hopefully late October). cheers - @gvwilson