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

quotedlinedash.sh 935 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
  1. #!/usr/bin/env bash
  2. # Originated with issue # 1080 - should be fixed.
  3. ps=quotedlinedash.ps
  4. cat << EOF > line
  5. 16.754838373223794 76.81001006098046
  6. 15.316102972173212 77.340866955254867
  7. 15.292099601867063 77.906339182191076
  8. 16.484841857681328 78.524695180781663
  9. 18.766828705710051 79.046509399078843
  10. EOF
  11. cat << EOF > p
  12. 14.216667 78.066667
  13. 14.501667 80.028333
  14. 16.563333 76.481667
  15. EOF
  16. gmt set MAP_ANNOT_OBLIQUE separate
  17. gmt pscoast -Wfaint -R17/76.3/16/81+r -Slightblue -JS66/90/12c -P -K -Dh -Xc -Y2c > $ps
  18. gmt psxy p -Fr15.65/78.22 -O -R -J -Wthick,red,- -SqD40k:+gwhite+f4+LD+an+p+u"km" -K >> $ps
  19. gmt psxy p -Sc0.1c -Gblack -O -R -J -Bafg -K >> $ps
  20. gmt psxy line -R -J -O -K -Wthick,blue >> $ps
  21. gmt pscoast -Wfaint -R -Slightblue -J -K -Dh -O -Y13c >> $ps
  22. gmt psxy p -Fr15.65/78.22 -O -R -J -Wthick,red,- -SqD40k:+f4+LD+an+p+u"km" -K >> $ps
  23. gmt psxy p -Sc0.1c -Gblack -O -R -J -Bafg -K >> $ps
  24. gmt psxy line -R -J -O -Wthick,blue >> $ps
Tip!

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

Comments

Loading...