-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting reversed ranges in 3d scenes (final) #3141
Conversation
…igned when merged with master
Yes we could close the other PR. Do you want me to close that? |
Thank you @etpinard & @alexcjohnson for the encouragement and help on this very first PR. |
💃 I'll let you do the honors @archmoj |
This PR is the continuation of PR 3017.
To minimize merge conflicts with master, the latest changes are fetched and already applied in this new branch.
This PR would allow users to display 3D data in plotly.js scenes that may have one or multiple reversed ranges and resolves issue 1940.
The options such as autorange:'reversed' and/or range:[larger, smaller] could be applied in this regard. Most of the fixes to expand this capability are performed at vertex and fragment shaders. And 3 new image tests are added.
@etpinard @alexcjohnson