Hi @tfg250 you could write a bit of Javascript code which would print to the console the rotation parameters when capturing the relayout events of the figure (see for example Synchronize camera across 3D subplots? for such a comparable example). If youโre using Dash, then you can capture the relayout event from Python as described in Synchronizing 3D plot camera views/zoom in Dash. Maybe itโs also possible to do this in a FigureWidget in Jupyter (but Iโm not sure).