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

polarapex.sh 513 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
  1. #!/usr/bin/env bash
  2. gmt begin polarapex ps
  3. gmt subplot begin 4x3 -Fs2i -Bafg -M3p -X1.25c -R0/360/0/1 -JP2i
  4. gmt basemap -R0/190/0/1 -c
  5. gmt basemap -R0/180/0/1 -c
  6. gmt basemap -R0/170/0/1 -c
  7. gmt basemap -R0/160/0/1 -c
  8. gmt basemap -R0/150/0/1 -c
  9. gmt basemap -R0/140/0/1 -c
  10. gmt basemap -R0/135/0/1 -c
  11. gmt basemap -R0/130/0/1 -c
  12. gmt basemap -R0/120/0/1 -c
  13. gmt basemap -R0/110/0/1 -c
  14. gmt basemap -R0/100/0/1 -c
  15. gmt basemap -R0/90/0/1 -c
  16. gmt subplot end
  17. gmt end show
Tip!

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

Comments

Loading...