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

asymm_grid.sh 296 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 asymmetrical gridline ticks for negative grid cross sizes
  3. gmt begin asymm_grid ps
  4. gmt basemap -R-2/2/-2/2 -JM6i -Bafg1 -B+f
  5. gmt basemap -Bsg10m -Bpg2m --MAP_GRID_CROSS_SIZE_PRIMARY=-4p --MAP_GRID_CROSS_SIZE_SECONDARY=+8p --MAP_GRID_PEN=default,black
  6. gmt end show
Tip!

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

Comments

Loading...