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

oblique.sh 490 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. #!/usr/bin/env bash
  2. # Fixed 11/06/2015 P. Wessel: Treated as a special case where we
  3. # have a stray horizontal line streaking across the entire map when
  4. # the projection is oblique mercator. The fix is implemented in
  5. # GMT_plot_line in gmt_plot.c
  6. ps=oblique.ps
  7. gmt set MAP_ANNOT_OBLIQUE lon_horizontal,lat_horizontal,tick_extend MAP_ANNOT_MIN_SPACING 0.5i
  8. gmt psbasemap -R-100/100/-60/60 -JOa1/0/45/5.5i -B30g30 -P -K -Xc > $ps
  9. gmt psbasemap -R -JOa0/0.1/45/5.5i -B30g30 -O -Y5i >> $ps
Tip!

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

Comments

Loading...