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_obl_baja.sh 328 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. # Oblique Mercator map for Baja California with oblique Equator along y-axis
  3. gmt begin GMT_obl_baja
  4. gmt set MAP_ANNOT_OBLIQUE lon_horizontal,lat_horizontal,tick_extend
  5. gmt coast -R122W/35N/107W/22N+r -JOa120W/25N/-30/6c+v -Gsienna -Ba5g5 -B+f -N1/1p -EUS+gburlywood -Smintcream -TdjBL+w0.5i+l
  6. gmt end show
Tip!

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

Comments

Loading...