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

box.sh 273 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. gmt begin box ps
  3. gmt subplot begin 2x2 -M0.05i -Fs3i/3i -SCb -SR+tc -R0/5/0/5 -Bwest -T"VERY LONG HEADER STRING"
  4. gmt basemap -B+t"title 1"
  5. gmt basemap -c -B+t"title 2"
  6. gmt basemap -c -Bafg
  7. gmt basemap -c
  8. gmt subplot end
  9. gmt end show
Tip!

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

Comments

Loading...