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

linpanels.sh 447 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. # Test various -J perturbations without the ? marks
  3. gmt begin linpanels ps
  4. gmt set MAP_FRAME_TYPE plain
  5. gmt subplot begin 3x3 -Fs5c/7c -A1 -M6p -R0/100/0/80 -BWSen
  6. gmt basemap -c
  7. gmt basemap -c -JX
  8. gmt basemap -c -JX/
  9. gmt basemap -c -JX-/
  10. gmt basemap -c -JX/-
  11. gmt basemap -c -JX-/-
  12. gmt basemap -c -JXd/
  13. gmt basemap -c -JX/d
  14. gmt basemap -c -JXd/d
  15. gmt subplot end
  16. gmt end show
Tip!

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

Comments

Loading...