-
Notifications
You must be signed in to change notification settings - Fork 1
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
3d plotting colors not matching (input data vs results) #1
Comments
Would you please include a Further, would you please annotate the screenshots a bit more clearly to help me understand which components are not colored correctly |
Hi, Here is the report from my windows (wrong result): Date: Mon May 06 09:25:01 2024 W. Europe Daylight Time
MathText Support : False Python 3.12.2 | packaged by Anaconda, Inc. | (main, Feb 27 2024, 17:28:07)
And here the report from a linux (correct result): Date: Mon May 06 09:35:42 2024 CEST
MathText Support : True Python 3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:38:13) [GCC
Cheers, |
Thank you! I'll try to take a look into this! |
Describe the bug
When using the 3d plotting routine for certain models, the color of the inputa data (surface points and orientations) does not match the colors of the respective results (surface meshes, lith block). This only happens if
show_lith_block=True
, and we tracked it down to only happen on Windows system, not on Linux.It also seems to be related to models having multiple structural elements in a structural group.
To Reproduce
Run the following example on a Windows system: Example7.
Expected behavior
Colors should match respective results on all systems.
Screenshots
Additional context
@Leguark suggested that you might be able to help @banesullivan, as this seems to be at least partially pyvista related.
Edit: Annotated example.
The text was updated successfully, but these errors were encountered: