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

nav_ticks.sh 381 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. # Check the centered and asymmetrical gridline ticks for negative grid cross sizes on an azimuthal projection
  3. gmt begin nav_ticks ps
  4. gmt basemap -Rg -JG8.1703/49.9816/18c -Bg
  5. gmt basemap -Bsg5d -Bpg1d --MAP_GRID_CROSS_SIZE_PRIMARY=-3p --MAP_GRID_CROSS_SIZE_SECONDARY=+5p --MAP_GRID_PEN_PRIMARY=default,blue --MAP_GRID_PEN_SECONDARY=default,red
  6. gmt end show
Tip!

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

Comments

Loading...