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

GMT_fatline.sh 422 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
  1. #!/bin/bash
  2. # This script demonstrates the problem with the basic line rendering
  3. # algorithm in ghostscript for fat lines.
  4. # https://github.com/GenericMappingTools/gmt/issues/431
  5. cat > gc.d << END
  6. -82 85
  7. -8 85
  8. END
  9. gmt begin GMT_fatline
  10. gmt plot -R-90/82/0/87+r -JM-45/84.5/2.5i -W30p gc.d
  11. gmt plot -W1p,red gc.d
  12. gmt plot -X3.25i -W30p gc.d --PS_LINE_CAP=round --PS_LINE_JOIN=round
  13. gmt plot -W1p,red gc.d
  14. gmt end show
Tip!

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

Comments

Loading...