Cross-section plotting with terrain as background

2020-08-01 06:34发布

In Atmospheric Research, the cross-section plots are often used to represent the average meteorology vertical profiles.

Using Python, I can plot the cross-section figure based on netcdf file(Simulation result).
I use this post for reference

But how to represent the terrain in specific cutting line. Example like this:

1

2

1条回答
你好瞎i
2楼-- · 2020-08-01 07:22

I've used

plt.fill_between(axis, terrain, 0, facecolor='black')
查看更多
登录 后发表回答