-
Notifications
You must be signed in to change notification settings - Fork 13
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
Faults on different planes achieve different colors #12
Comments
Thank you for your interest! Unfortunately, implementing this feature would require a significant amount of work and isn’t feasible at the moment. |
Thank you for your reply. I have another question. Can I visualize and drag the mouse to rotate the entire three-dimensional data? How should I do it? |
Demo Besides, cigvis can also be run in Jupyter, although the API will be a little different. You can see: # remove this
nodes = cigvis.create_slices(xxx)
nodes = cigvis.add_mask(nodes, xxx)
# chage to
nodes = cigvis.create_overlay(seis, fault, pos=xxxxx)
# this code can be also run in desktop environment with a warning |
See this: https://github.com/JintaoLee-Roger/cigvis?tab=readme-ov-file#camera-and-dragging |
Hello Jintao Li,
I have a question I would like you to answer. When I superimpose faults on a three-dimensional seismic data volume slice, how can I make the faults on three different dimensional planes appear in different colors? Looking forward to your reply.
@JintaoLee-Roger
The text was updated successfully, but these errors were encountered: