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

autocolorlines.sh 310 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. # Test auto-color sequencing of pens via CPT or color list
  3. gmt begin autocolorlines ps
  4. gmt subplot begin 2x1 -Fs16c/0 -R-50/0/-10/20 -JM16c -Sc -Sr -Bwesn
  5. gmt plot @fz_07.txt -W0.25p,auto -c
  6. gmt plot @fz_07.txt -W0.25p,auto -c --COLOR_SET=red,green,blue
  7. gmt subplot end
  8. gmt end show
Tip!

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

Comments

Loading...