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

slant_annot.sh 759 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
  1. #!/usr/bin/env bash
  2. # Test implementation of -S+a<angle> for slanted annotations
  3. # when -B is not used.
  4. gmt begin slant_annot ps
  5. gmt makecpt -Cbatlow -T5000/20000/1000
  6. gmt colorbar -C -Dx0/23c+jBL+w15c/0.4c+h+m
  7. gmt colorbar -C -Dx0/22c+jBL+w15c/0.4c+h
  8. gmt colorbar -C -Dx0/20.5c+jBL+w15c/0.4c+h -S+a45
  9. gmt colorbar -C -Dx0/18.5c+jBL+w15c/0.4c+h -S+a-45
  10. gmt colorbar -C -Dx0/15.5c+jBL+w15c/0.4c+h+m -S+a45
  11. gmt colorbar -C -Dx0/13.5c+jBL+w15c/0.4c+h+m -S+a-45
  12. gmt colorbar -C -Dx0/0c+jBL+w12c/0.4c
  13. gmt colorbar -C -Dx4c/0c+jBL+w12c/0.4c+m
  14. gmt colorbar -C -Dx5.5c/0c+jBL+w12c/0.4c -S+a45
  15. gmt colorbar -C -Dx8c/0c+jBL+w12c/0.4c -S+a-45
  16. gmt colorbar -C -Dx12c/0c+jBL+w12c/0.4c+m -S+a45
  17. gmt colorbar -C -Dx14.5c/0c+jBL+w12c/0.4c+m -S+a-45
  18. gmt end show
Tip!

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

Comments

Loading...