-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @YingpuRin thanks for opening a discussion! Do you mind sharing the code you used to create the figure? So you want the map to be colored by bathymetry under the ice shelf. What do you want to be transparent? The ice surface elevation? I'm happy to help out, but I'm just a little confused what you're trying to do. Below are a few example Ross Ice Shelf figures I've made before in case they give you any ideas for what you want. https://github.com/mdtanker/phdthesis/blob/main/figures%2Fchp2%2FFig1_Bathy_Mag.jpg https://github.com/mdtanker/phdthesis/blob/main/figures%2Fchp4%2FRIS_inversion_results.png https://github.com/mdtanker/phdthesis/blob/main/figures%2Fchp2%2Ffigure_S1.png |
Beta Was this translation helpful? Give feedback.
-
Hi Matt,
Thanks for your reply. Btw, we actually met before at Vic Uni 🙂 I am Yingpu from the ASP NZ.
So, my colleague created a map using quantarctica, and I want to do something similar with PolarToolkit. If you can see the attachment, my colleague put a shading on top of the Ross Ice Shelf. As we are doing oceanography study, we focus on the bathymetry under the Ross Ice Shelf, and we want a gray shading to illustrate the location of the Ross Ice Shelf.
I also attached my code in the email, and it seems like the "transparency" command does not work under "maps.plot_grd" from my side.
Looking forward to your reply,
Yingpu
…________________________________
发件人: Matt Tankersley ***@***.***>
发送时间: 2024年6月28日 18:38
收件人: mdtanker/polartoolkit ***@***.***>
抄送: YingpuRin ***@***.***>; Mention ***@***.***>
主题: Re: [mdtanker/polartoolkit] Shading Ice Shelf with Polartoolkit (Discussion #215)
Hi @YingpuRin<https://github.com/YingpuRin> thanks for opening a discussion! Do you mind sharing the code you used to create the figure?
So you want the map to be colored by bathymetry under the ice shelf. What do you want to be transparent? The ice surface elevation?
I'm happy to help out, but I'm just a little confused what you're trying to do.
Below are a few example Ross Ice Shelf figures I've made before in case they give you any ideas for what you want.
https://github.com/mdtanker/phdthesis/blob/main/figures%2Fchp2%2FFig1_Bathy_Mag.jpg
https://github.com/mdtanker/phdthesis/blob/main/figures%2Fchp4%2FRIS_inversion_results.png
https://github.com/mdtanker/phdthesis/blob/main/figures%2Fchp2%2Ffigure_S1.png
—
Reply to this email directly, view it on GitHub<#215 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAOABVS2HSKDUK4MQE5NPLDZJUAHBAVCNFSM6AAAAABKBBMKD2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMBRGMYTS>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Thanks for providing those. So the parameter
shading
is used to provide shadows to the grid, whiletransparency
can be used to make the grids transparent. Below is some code and figure that should give you a better starting point! Please let me know if you need any more help :)PyGMT will have instructions for adding the text, labelled locations, and contours to your map.