Closed
Description
Thanks to #3084, the gl-axes3d
vertex shader code supports a number of options for rotating the labels on 3d axes.
https://github.com/gl-vis/gl-axes3d/blob/a7a99d8047183657a4a288dc1c9e7341103b81d9/lib/shaders/textVert.glsl#L79-L87
However; only some of these functionalities are accessible to the Plotly users.
It could potentially be useful to expose other options through the API for example in case one need to have all the ticks on a 3d-axis displayed in only one direction (not flipped individually).
Example provided by @alexcjohnson