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

subplot_4.3.sh 817 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
20
21
22
23
  1. #!/usr/bin/env bash
  2. #
  3. # Testing all combinations of subplot behaviors with or without -S and how MAP_FRAME_AXES and -Bframes affect things
  4. # subplot_1.x uses default settings and no -Sr -SC
  5. # subplot_2.x uses -Sc
  6. # subplot_3.x uses -Sr
  7. # subplot_4.x uses -Sc -Sr
  8. # subplot_x.0 uses default settings
  9. # subplot_x.1 sets MAP_FRAME_AXES via subplot begin
  10. # subplot_x.2 adds -Bframes via subplot begin
  11. # subplot_x.3 adds -Bframes just for one panel (LL)
  12. # This results in 16 different 2x2 subplot examples
  13. # 4.3 -Sr -Sc, panel -B override
  14. gmt begin subplot_4.3
  15. gmt set FONT_HEADING 28p,Helvetica,black
  16. gmt subplot begin 2x2 -Fs8c -SCb -Srl -R-2/2/0/10 -T"4.3: -Srl -Scb, LL panel -Bwsne"
  17. gmt basemap -c
  18. gmt basemap -c
  19. gmt basemap -c -Bwsne
  20. gmt basemap -c
  21. gmt subplot end
  22. gmt end show
Tip!

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

Comments

Loading...