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

somepanels.sh 454 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
  1. #!/usr/bin/env bash
  2. # Test only giving a few subplots, Roman labeling, and -A override for one subplot
  3. gmt begin somepanels ps
  4. gmt subplot begin 3x3 -F6i/8.5i -M5p -A1+c+r+o0.2i+jBR -SCb+lXLABEL -SRl+lYLABEL -Bwstr -T"FIGURE HEADER" -R0/100/0/10
  5. gmt basemap -c0
  6. gmt subplot 1,1 -Apink
  7. gmt basemap -B+gpink
  8. gmt basemap -c2,2
  9. gmt basemap -R300/500/-10/0 -c1,0
  10. gmt basemap -Bafg -R300/500/-100/0 -c5
  11. gmt subplot end
  12. gmt end show
Tip!

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

Comments

Loading...