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

fontcolor.sh 309 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
  1. #!/usr/bin/env bash
  2. # Testing issue #1125. Should be fixed and this is the test.
  3. ps=fontcolor.ps
  4. gmt xyz2grd -R0/2/0/2 -I1/1 -Gtest.grd << EOF
  5. 0 0 0
  6. 1 0 1
  7. 2 0 0
  8. 0 1 1
  9. 1 1 2
  10. 2 1 1
  11. 0 2 0
  12. 1 2 1
  13. 2 2 0
  14. EOF
  15. gmt grdcontour -A+1+c50%+f36p,Times-Bold,red -Gl0/0/2/2 test.grd -JX6i -Baf -BseWN -P -Xc -Wa1p,blue > $ps
Tip!

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

Comments

Loading...