Skip to content
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

Update plotting API to plot 2-D sections by position, not cell id #882

Open
flohorovicic opened this issue Apr 27, 2024 · 0 comments
Open
Labels
enhancement gempy 3 Will come with the next major update visualization

Comments

@flohorovicic
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Problem: position of section plot becomes more difficult to determine for ochre refinements.

Describe the solution you'd like
Add option to determine section by value, not cell id, e.g.:

p2d = gpv.plot_2d(geo_model, position=[500], alpha=0.2)

Describe alternatives you've considered
Hack using model extent, initial resolution and octree refinement. Works obviously, but not intuitive (especially not for beginners).

Additional context
n/a

@flohorovicic flohorovicic added enhancement visualization gempy 3 Will come with the next major update labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement gempy 3 Will come with the next major update visualization
Projects
None yet
Development

No branches or pull requests

1 participant