You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson
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

The text was updated successfully, but these errors were encountered: