We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using ve in gpv.plot_3d, the coordinates are scaled.
ve
gpv.plot_3d
ve=5 ve=10
ve=5
ve=10
Expected behavior Only the scale of the PyVista Plot would be changed, not the coordinates
The text was updated successfully, but these errors were encountered:
I can also reproduce this in pure PyVista.
Within the GemPy Viewer Package, the vertical exaggeration is correctly used: gempy_vista.p.set_scale(zscale=ve)
gempy_vista.p.set_scale(zscale=ve)
Sorry, something went wrong.
I can also reproduce this in pure PyVista. Within the GemPy Viewer Package, the vertical exaggeration is correctly used: gempy_vista.p.set_scale(zscale=ve)
Are you saying it is a Pyvista not a Gempy issue?
It is at least odd behavior that I am seeing. Also reported that on the pyvista discussions
No branches or pull requests
Describe the bug
When using
ve
ingpv.plot_3d
, the coordinates are scaled.ve=5
ve=10
Expected behavior
Only the scale of the PyVista Plot would be changed, not the coordinates
The text was updated successfully, but these errors were encountered: