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

varpens.sh 267 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
  1. #!/usr/bin/env bash
  2. #
  3. # Test variable pens given to -C
  4. ps=varpens.ps
  5. cat << EOF > pens.txt
  6. 0 A 1p,red
  7. 1 C 0.5p,blue,-
  8. 2 C 1p,-
  9. 3 C 1.5p,black
  10. 4 C faint
  11. EOF
  12. gmt grdcontour -R156:15W/154:45W/18:45N/20:30N -JM6i @earth_relief_01m -Z+s0.001 -Cpens.txt -P -Baf -Xc > $ps
Tip!

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

Comments

Loading...