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

poleline.sh 366 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. # What Issue #1060 should look like (after fix). In 5.3.2 we got
  3. # fuzzy fat lines towards the pole due to excessive resampling in gmt_stat.c
  4. ps=poleline.ps
  5. gmt pscoast -JS21/90/18c -R0/72/70/80r -A100 -P -K -Bafg -Slightblue -W -Xc > $ps
  6. gmt psxy -R -J -O -K line1.gmt -Wfat,navyblue@80 >> $ps
  7. gmt psxy -J -R -O line2.gmt -Wfat,black@80 >> $ps
Tip!

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

Comments

Loading...