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_radial.sh 931 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. #!/usr/bin/env bash
  2. # Test new implementation of -JP modifiers
  3. gmt begin azim_radial ps
  4. gmt set FONT_ANNOT_PRIMARY 5p MAP_TICK_LENGTH_PRIMARY 2p MAP_ANNOT_OFFSET_PRIMARY 2p FONT_TITLE 12p
  5. gmt subplot begin 4x3 -Fs5c -BWSNE+i60 -Bxa30fg -Byafg -M12p -X2c -Y1.5c
  6. gmt basemap -R0/360/0.4/1 -JP? -c -B+t"Default"
  7. gmt basemap -R0/360/0.4/1 -JP?+f -c -B+t"\053f"
  8. gmt basemap -R0/360/0/50 -JP?+fe -c -B+t"\053fe"
  9. gmt basemap -R0/360/1000/3000 -JP?+fp -c -B+t"\053fp"
  10. gmt basemap -R0/360/1000/3000 -JP?+z -c -B+t"\053z"
  11. gmt basemap -R0/360/0/2891 -JP?+zp -c -B+t"\053zp"
  12. gmt basemap -R0/360/0.4/1 -JP?+a -c -B+t"\053a"
  13. gmt basemap -R0/360/0.4/1 -JP?+t30 -c -B+t"\053t30"
  14. gmt basemap -R0/360/0.4/1 -JP?+a+t30 -c -B+t"\053a\053t30"
  15. gmt basemap -R0/360/0/1 -JP? -c -B+t"Default"
  16. gmt basemap -R0/360/0/1 -JP?+r4c -c -B+t"\053r4c"
  17. gmt basemap -R0/360/0/1 -JP?+f+r4c -c -B+t"\053f\053r4c"
  18. gmt subplot end
  19. gmt end show
Tip!

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

Comments

Loading...