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

pspolar_-T.sh 296 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. #
  3. # Test the new syntax of pspolar -T
  4. #
  5. ps=pspolar_-T.ps
  6. gmt psbasemap -R-2/2/-2/2 -JX10c -Baf -K > $ps
  7. for just in BL BC BR ML MC MR TL TC TR; do
  8. echo "$just 30 45 +" | gmt pspolar -J -R -D0/0 -M5c -Sc0.5c -T+f10p,red+j$just -K -O >> $ps
  9. done
  10. gmt psxy -R -J -T -O >> $ps
Tip!

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

Comments

Loading...