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

radial_labels1.sh 649 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
  1. #!/usr/bin/env bash
  2. # Test 1 of axis labels for radial W/E sides in -JP
  3. gmt set PS_COMMENTS true
  4. gmt begin radial_labels1 pdf,ps
  5. gmt subplot begin 4x1 -R-30/30/4371/6371 -Fs14c/5c -M4p -B -BWESN -A+jCM -Y2c
  6. gmt subplot set 0 -A"-R-30/30/4371/6371 -JP14c+t90"
  7. gmt basemap -JP14c+t90 -Bya+l"Depth (E)"
  8. gmt subplot set 1 -A"-R-30/30/4371/6371 -JP14c+t90+z"
  9. gmt basemap -JP14c+t90+z -Bya+l"Depth (E)"
  10. gmt subplot set 2 -A"-R-30/30/4371/6371 -JP14c+a+t180"
  11. gmt basemap -JP14c+a+t180 -Bya+l"Depth (km)"
  12. gmt subplot set 3 -A"-R-30/30/4371/6371 -JP14c+z+a+t180"
  13. gmt basemap -JP14c+z+a+t180 -Bya+l"Depth (km)"
  14. gmt subplot end
  15. gmt end show
Tip!

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

Comments

Loading...