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

GMT_App_K_1.sh 394 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 GMT_App_K_1
  3. gmt set GMT_THEME cookbook
  4. gmt set MAP_GRID_CROSS_SIZE_PRIMARY 0 MAP_ANNOT_MIN_SPACING 0.3i \
  5. MAP_ANNOT_OBLIQUE lon_parallel,lat_horizontal,tick_normal
  6. gmt coast -R-9000/9000/-9000/9000+uk -JE130.35/-0.2/3.5i -Dc \
  7. -A500 -Gburlywood -Sazure -Wthinnest -N1/thinnest,- -B20g20 -BWSne
  8. echo 130.35 -0.2 | gmt plot -SJ-4000 -Wthicker
  9. gmt end show
Tip!

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

Comments

Loading...