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_3.sh 406 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. gmt begin GMT_App_K_3
  3. gmt set GMT_THEME cookbook
  4. gmt coast -R-500/500/-500/500+uk -JE130.35/-0.2/3.5i -Di -A20 -Gburlywood -Sazure -Wthinnest -N1/thinnest,- -B2g1 -BWSne
  5. echo 133 2 | gmt plot -Sc1.4i -Gwhite
  6. gmt basemap -Tmg133/2+w1i+t45/10/5+jCM --FONT_TITLE=12p --MAP_TICK_LENGTH_PRIMARY=0.05i --FONT_ANNOT_SECONDARY=8p
  7. echo 130.35 -0.2 | gmt plot -SJ-200 -Wthicker
  8. gmt end show
Tip!

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

Comments

Loading...