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

GMT_base_symbols4.sh 776 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
20
21
22
23
  1. #!/usr/bin/env bash
  2. #
  3. # Plot psxy bar symbol for the man page
  4. ps=GMT_base_symbols4.ps
  5. cat << EOF > ttv.d
  6. 1 1 0
  7. 2 3 1
  8. EOF
  9. cat << EOF > tth.d
  10. 1 1 0
  11. 3 2 0.7
  12. EOF
  13. cat << EOF > ttm.d
  14. 0.2 1 1.8 0.4 1.1
  15. 0.3 2 0.8 0.2 0.8
  16. EOF
  17. gmt makecpt -Cjet -T0/4/1 > t.cpt
  18. gmt psxy -R0/3.5/0/3.75 -JX2i/1i -Bag1 -BWS -Sb0.2i+b -Glightblue -W0.5p -X0.5i -Y1i ttv.d -K --MAP_FRAME_TYPE=graph --MAP_VECTOR_SHAPE=0.5 > $ps
  19. gmt psxy -R -J -O -K -Bag1 -BWS -SB0.2i+b -Glightred -W0.5p -X2.5i tth.d --MAP_FRAME_TYPE=graph --MAP_VECTOR_SHAPE=0.5 >> $ps
  20. gmt psxy -R -J -O -K -Bag1 -BWS -SB0.2i+i4 -Ct.cpt -W0.5p -X2.5i ttm.d --MAP_FRAME_TYPE=graph --MAP_VECTOR_SHAPE=0.5 >> $ps
  21. gmt psxy -R -J -O -Bag1 -BWS -SB0.2i+i4+s25 -Ct.cpt -W0.25p -X2.5i ttm.d --MAP_FRAME_TYPE=graph --MAP_VECTOR_SHAPE=0.5 >> $ps
Tip!

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

Comments

Loading...