Feature Request: 3d plot orientation parameters

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).