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

How do I plot the following figure in julia gmt using plot3d? #1224

Closed
liaoweiyang2017 opened this issue Aug 9, 2023 · 2 comments
Closed

Comments

@liaoweiyang2017
Copy link

liaoweiyang2017 commented Aug 9, 2023

No description provided.

@joa-quim
Copy link
Member

joa-quim commented Aug 9, 2023

Well not enough data to do it but at least the frame can be done with

basemap(R=(-1,11,-4,-0.2,0,4.001), figsize=(15,25), zsize=4.001,p=(204,45), frame=(axes=:WSenZ, title="6 Frequencies", cube=true), xaxis=(annot=1, ticks=:auto, grid=:auto, label="X-Distance (km)"), yaxis=(annot=0.5, ticks=:auto, grid=:auto, label="Y-Distance (km)"), zaxis=(annot=1, ticks=:auto, grid=:auto, label="Depth (km)"), par=(FONT_ANNOT_PRIMARY="10p,4",), show=1)

the slices can probably be added with

plot3d!("GMTtz6fySlice0921NewL_1.dat", C="smcolor.cpt", L=true)
... 

And, for questions like this please use the forum instead of opening issues.

@liaoweiyang2017
Copy link
Author

@joa-quim OK, thank you. I will post questions like this in the forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants