gempy-project / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
https://gempy.org
European Union Public License 1.2
986 stars 235 forks source link

Vertical exaggeration rescales coordinates #952

Open AlexanderJuestel opened 6 days ago

AlexanderJuestel commented 6 days ago

Describe the bug When using ve in gpv.plot_3d, the coordinates are scaled.

ve=5 image ve=10 image

Expected behavior Only the scale of the PyVista Plot would be changed, not the coordinates

AlexanderJuestel commented 4 days ago

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)

javoha commented 3 days ago

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?

AlexanderJuestel commented 3 days ago

It is at least odd behavior that I am seeing. Also reported that on the pyvista discussions