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

arcs.sh 372 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
  1. #!/usr/bin/env bash
  2. #
  3. # Plot a few ellipses and wedges with different fills and outlines
  4. # changed via segment headers
  5. ps=arcs.ps
  6. gmt psxy -R0/4/0/4 -Jx1i -P -W5p -S1i -X2i -Y2i << EOF > $ps
  7. 1 1 1 c
  8. 1 3.2 0 1.6 0.8 e
  9. > -W3p,blue -Ggreen
  10. 1 2 -30 210 1 w
  11. > -Gp7+fgreen+r100 -W5p,red
  12. 1 3 30 90 1 w
  13. > -Gred -W5p
  14. 3 1 -45 2 1 e
  15. > -Gp12+fred+byellow+r100 -W-
  16. 3 3 45 2 1 e
  17. EOF
Tip!

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

Comments

Loading...