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_stereonets.sh 293 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. gmt begin GMT_stereonets
  3. gmt basemap -R0/360/-90/90 -JA0/0/1.75i -Bg15
  4. echo "180 -90 SCHMIDT" | gmt text -N -D0/-0.2c -F+f12p,Helvetica-Bold+jTC
  5. gmt basemap -JS0/0/1.75i -Bg15 -X2.75i
  6. echo "180 -90 WULFF" | gmt text -N -D0/-0.2c -F+f12p,Helvetica-Bold+jTC
  7. gmt end show
Tip!

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

Comments

Loading...