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

4legends.sh 407 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Test contour map with legends
  3. gmt begin 4legends ps
  4. gmt subplot begin 2x2 -Fs3i -Srl -Scb -R-2/2/-2/2
  5. echo 0 0 | gmt plot -Sc0.1i -Gblue -lThird -c0,1
  6. echo 0 0 | gmt plot -Sc0.1i -Gblack -lFourth -c1,1
  7. echo 0 0 | gmt plot -Sc0.1i -Gred -lFirst -c0,0
  8. gmt subplot set 1,0
  9. echo 0 0 | gmt plot -Sc0.1i -Ggreen -lSecond
  10. gmt subplot end
  11. gmt end show
Tip!

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

Comments

Loading...