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_global.sh 473 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Test new implementation of internal latitude annotations for azimuthal maps
  3. gmt begin azim_global ps
  4. gmt set FONT_ANNOT_PRIMARY 7p MAP_TICK_LENGTH_PRIMARY 3p MAP_ANNOT_OFFSET_PRIMARY 3p FONT_TITLE 12p MAP_FRAME_WIDTH 3p
  5. gmt subplot begin 3x1 -Fs14c/7c -BWSNE -Ba30fg30 -M12p -X3c -Y1c -Rg
  6. gmt basemap -Rd -JH0/? -c -B+t"Hammer"+i30
  7. gmt basemap -JW0/? -c -B+t"Mollweide"+i
  8. gmt basemap -JI0/? -c -B+t"Sinusoidal"+i
  9. gmt subplot end
  10. gmt end show
Tip!

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

Comments

Loading...