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

longbasemap.sh 439 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. # Test the long-format version of -R -J -B and -U
  3. gmt begin longbasemap ps
  4. gmt subplot begin 2x1 -F6i/8.5i -M5p -A1+c+o0.2i
  5. gmt basemap --region=0/40/0/50 --projection=X? --frame=WSne+fill=lightblue --axis=x:af+unit=k+angle=45 --axis=y:afg+prefix="$" -c1
  6. gmt basemap --region=0/70/-20/25 --projection=M? --frame=WSne+fill=lightgreen+oblique-pole=60/20 --axis=x:afg --axis=y:afg -c0
  7. gmt subplot end
  8. gmt end show
Tip!

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

Comments

Loading...