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

mixed_axes.sh 544 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. # Check mix of geographic and Cartesian axes and point placements
  3. # This was initially created to test issue # 520
  4. ps=mixed_axes.ps
  5. gmt set FORMAT_GEO_MAP dddF
  6. echo 135E 500 | gmt psxy -R128E/152E/0/700 -JX2.5i/4i -Ba5/a100 -Sc0.2i -Gred -P -K > $ps
  7. echo 135E 500 | gmt psxy -R -JX2.5i/-4i -Ba5/a100 -Sc0.2i -Gred -O -K -X3.75i >> $ps
  8. echo 300 5S | gmt psxy -R0/400/15S/30N -JX2.5i/4i -Ba100/a10 -Sc0.2i -Gblue -X-3.75i -Y5i -O -K >> $ps
  9. echo 300 5S | gmt psxy -R -JX-2.5i/4i -Ba100/a10 -Sc0.2i -Gblue -X3.75i -O >> $ps
Tip!

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

Comments

Loading...