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

azim_polar.sh 605 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Test new implementation of internal latitude annotations for azimuthal maps
  3. gmt begin azim_polar ps
  4. gmt set FONT_ANNOT_PRIMARY 7p MAP_TICK_LENGTH_PRIMARY 3p MAP_ANNOT_OFFSET_PRIMARY 3p MAP_POLAR_CAP 75/90 FONT_TITLE 12p MAP_FRAME_WIDTH 3p
  5. gmt subplot begin 2x2 -Fs8c -BWSNE -Ba30fg30 -M18p -X1.5c
  6. gmt basemap -R0/360/0/90 -JA0/90/? -c -B+t"North Pole"+i
  7. gmt basemap -R0/360/10/65 -JA0/90/? -c -B+t"North Annulus"+i90
  8. gmt basemap -R0/360/-90/0 -JA0/-90/? -c -B+t"South Pole"+i-90
  9. gmt basemap -R0/360/-65/-10 -JA0/-90/? -c -B+t"South Annulus"+i
  10. gmt subplot end
  11. gmt end show
Tip!

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

Comments

Loading...