Increasing spacing between two surfaces #949
Answered
by
NilsChudalla
KodalAnwesha
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
NilsChudalla
Nov 4, 2024
Replies: 1 comment 7 replies
-
Dear @KodalAnwesha, to me it looks like the model predicts your data quite precisely. So, I am struggling to see if there is anything wrong with your model. I take it, that you are looking for a visual fix to your problem. How about this one: Use the "ve" (vertical exaggeration) argument in your plots. ve=2 would indicate, that 1 meter in the vertical direction is displayed twice as long as 1m in horizontal direction (purely visual effect). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using gempy version 2024.1.4
If I do the basic 2d plot, without additional arguments
gpv.plot_2d(geo_model)
it looks like this:and if I add the vertical exaggeration
gpv.plot_2d(geo_model, ve=5)
it looks like this:Vertical exaggeration is a common concept in mapping if you are not familiar with it and there should be plenty of resources online.
Was this reply helpful? :)