Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ex02.bat 671 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. REM GMT EXAMPLE 02
  2. REM
  3. REM Purpose: Make two color images based gridded data
  4. REM GMT modules: set, grd2cpt, grdimage, makecpt, colorbar, subplot
  5. REM
  6. gmt begin ex02
  7. gmt set MAP_ANNOT_OBLIQUE separate
  8. gmt subplot begin 2x1 -A+JTL -Fs16c/9c -M0 -R160/20/220/30+r -JOc190/25.5/292/69/16c -B10 -T"H@#awaiian@# T@#opo and @#G@#eoid@#"
  9. gmt subplot set 0,0 -Ce3c
  10. gmt grd2cpt @HI_topo_02.nc -Crelief -Z
  11. gmt grdimage @HI_topo_02.nc -I+a0
  12. gmt colorbar -DJRM+o1.5c/0+mc -I0.3 -Bx2+lTOPO -By+lkm
  13. gmt subplot set 1,0 -Ce3c
  14. gmt makecpt -Crainbow -T-2/14/2
  15. gmt grdimage @HI_geoid_02.nc
  16. gmt colorbar -DJRM+o1.5c/0+e+mc -Bx2+lGEOID -By+lm
  17. gmt subplot end
  18. gmt end show
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...