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

powlog.sh 354 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Test very minimal 2x2 basemap matrix with log10 and power axes
  3. gmt begin powlog ps
  4. gmt subplot begin 2x2 -Fs3i -M5p -A -SCb -SRl -Bwstr -R1/100/0/100
  5. gmt basemap -JX?l/?p0.5
  6. gmt basemap -JX?l/?p0.5 -c
  7. gmt basemap -R0/100/1/100 -JX?p0.5/?l -c
  8. gmt basemap -R0/100/1/100 -JX?p0.5/?l -c
  9. gmt subplot end
  10. gmt end show
Tip!

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

Comments

Loading...