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

poption.sh 440 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. # GMT_KNOWN_FAILURE
  3. # Test script for -p perspective. Ancient #131 issue.
  4. # The p<az>/90 is wrongly positioned while th p180/90 is always correct.
  5. ps=poption.ps
  6. gmt psbasemap -Vd -R0/360/-90/0 -JA0/-90/4c -Bg360a360f360 -Xc0c -Yc0c -P -K -p45/90+w0/-90 > $ps
  7. gmt psbasemap -Vd -R -J -P -O -Bg360a360f360 -p180/90+w0/-90 --MAP_GRID_PEN_PRIMARY=thin,blue --MAP_FRAME_PEN=thin,blue --MAP_TICK_PEN_PRIMARY=thin,blue >> $ps
Tip!

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

Comments

Loading...