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

autocolorpolsclassic.sh 463 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
24
25
26
27
28
29
30
31
32
33
34
35
  1. #!/usr/bin/env bash
  2. # Test auto-color sequencing for fill via CPT or color list [classic mode]
  3. # Point here is that the color sequence continues from first to second process
  4. cat << EOF > p.txt
  5. >
  6. 0 0
  7. 1 0
  8. 1 1
  9. 0 1
  10. >
  11. 1 1
  12. 2 1
  13. 2 2
  14. 1 2
  15. >
  16. 2 2
  17. 3 2
  18. 3 3
  19. 2 3
  20. >
  21. 3 3
  22. 4 3
  23. 4 4
  24. 3 4
  25. >
  26. 4 4
  27. 5 4
  28. 5 5
  29. 4 5
  30. EOF
  31. ps=autocolorpolsclassic.ps
  32. gmt set COLOR_SET red,green,blue
  33. gmt psxy -R-1/6/-1/6 -JX10c p.txt -Gauto -Baf -P -K -X5c > $ps
  34. gmt psxy p.txt -R -J -Gauto@50 -Baf -O -Y12c >> $ps
Tip!

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

Comments

Loading...