-
Notifications
You must be signed in to change notification settings - Fork 531
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
implot for Geoscience #248
Comments
@nkeskes , there's no reason you can't render vertical streams. Just swap your x and y data when you pass them to The only current limitation is that we don't yet support horizontally shaded plots, as in the orange and blue/green columns. Is this specifically what you are looking for? Let me know if this doesn't answer your question. |
Dear Evan,
Thank you very much for this answer
the horizontally shaded plots it's an important way to display zones of
interest inside the reservoir. It is very used in geosciences
that we could eventually replace it by a filling of polygons??
Best Regards
Noomane Keskes
Le mer. 16 juin 2021 à 07:46, Evan Pezent ***@***.***> a
écrit :
… @nkeskes <https://github.com/nkeskes> , there's no reason you can't
render vertical streams. Just swap your x and y data when you pass them to
PlotLine. See this post for a similar example. #180 (comment)
<#180 (comment)>
The only current limitation is that we don't yet support horizontally
shaded plots, as in the orange and blue/green columns. Is this specifically
what you are looking for?
Let me know if this doesn't answer your question.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#248 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD2XOXMVTZBXARK5F5ZX5HLTTA3BTANCNFSM46TS3TQQ>
.
|
@nkeskes , I've studied the plot you provided, and I'm pretty confident that we can faithfully recreate this with Stay tuned! |
Dear Evan,
I am happy to know that almost everything is possible with implot
how can we progress?
Do you have someone to take over this improvement even without the texture
If so, do you need funding ?
Best regards
Noomane Keskes
Le ven. 18 juin 2021 à 07:47, Evan Pezent ***@***.***> a
écrit :
… @nkeskes <https://github.com/nkeskes> , I've studied the plot you
provided, and I'm pretty confident that we can faithfully recreate this
with implot using subplots once they land (#203
<#203>), and by adding some new
overloads of PlotShaded. We will need to support horizontally filled
shaded regions (trivial), and gradient fills (trivial, but requires some
thought toward the API). The only thing I don't think I can replicate with
our current pipeline is the 'sand' texture in the Density-Neutron column.
Stay tuned!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#248 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD2XOXLOPL5IVJTVGSY757LTTLMVHANCNFSM46TS3TQQ>
.
|
Dear All,
Is there any way in Implot to transpose X & Y axes for well data plotting
Many Thanks
The text was updated successfully, but these errors were encountered: