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

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

Comments

Loading...