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

vertcustannot.sh 419 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 to show we fixed https://github.com/GenericMappingTools/gmt/issues/5839
  3. #
  4. cat << EOF >| annots.txt
  5. 0 a 0
  6. 3.1415926 a @~p@~
  7. 10 a 10
  8. 15 a 15
  9. 20 a 20
  10. EOF
  11. gmt begin vertcustannot ps
  12. gmt basemap -R-10/10/0/10 -B
  13. gmt makecpt -Cjet -T0/20
  14. gmt colorbar -DJMR -Bpxcannots.txt
  15. gmt colorbar -DJBC -Bpxcannots.txt
  16. gmt colorbar -DJTC -Bpxcannots.txt
  17. gmt colorbar -DJML -Bpxcannots.txt
  18. gmt end show
Tip!

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

Comments

Loading...