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

circles.sh 252 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. # Testing gmt subplot 12 cm circles and framepen scaling via +as
  3. gmt begin circles ps
  4. gmt subplot begin 2x1 -Fs12c+as -Baf -Rg -M0 -Y1.25c
  5. gmt basemap -JG0/10/? -c
  6. gmt basemap -JG0/-10/? -c
  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...