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

dumpvsplot.sh 222 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. # Plot Poland directly or via a data dump
  3. ps=dumpvsplot.ps
  4. gmt pscoast -EPL -M > t.txt
  5. gmt psxy -R13/26/48/56 -JM4i -P -W0.25p t.txt -Baf -K -Xc > $ps
  6. gmt pscoast -R -J -EPL+p0.25p -Baf -O -Y5i >> $ps
Tip!

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

Comments

Loading...