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

leg3D.sh 550 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
  1. #!/usr/bin/env bash
  2. #
  3. # Testing gmt pslegend in 3D [http://gmt.soest.hawaii.edu/boards/1/topics/5157]
  4. ps=leg3D.ps
  5. gmt pslegend -R-85/-33/-58/15 -JM15c -p210/40 -P -DjLB+o0.2i+w2.2i/0+jBL -F+glightgrey+pthinner+s-4p/-6p/grey20@40 << EOF > $ps
  6. # Modified legend from example 10
  7. H 10p,Times-Roman My Title
  8. C red
  9. L - L dying
  10. C yellow
  11. L - L in trouble
  12. C darkgreen
  13. L - L vigorous
  14. C blue
  15. L - L developing
  16. C purple
  17. L - L institutional
  18. N 1
  19. S 0.1i c 0.15i p300/12 0.25p 0.3i This circle is hachured
  20. S 0.1i e 0.15i yellow 0.25p 0.3i This ellipse is yellow
  21. EOF
Tip!

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

Comments

Loading...