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

varfracs.sh 537 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
13
  1. #!/usr/bin/env bash
  2. # Test the variable widths and heights options for subplots
  3. # This test uses a fixed figure size and fractional dims
  4. gmt begin varfracs ps
  5. gmt subplot begin 3x2 -Ff6.5i/9i+f1,2/1,2,0.5 -SRl+p -SCb -BWSne -M0 -A -T"Variable fractions"
  6. gmt basemap -R0/5/0/5 -B+gpink
  7. gmt basemap -R10/15/0/5 -B+gyellow -c
  8. gmt basemap -R0/5/10/15 -B+gcyan -c
  9. gmt basemap -R10/15/10/15 -B+gpurple -c
  10. gmt basemap -R0/5/10/15 -B+glightgray -c
  11. gmt basemap -R10/15/10/15 -B+gorange -c
  12. gmt subplot end
  13. gmt end show
Tip!

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

Comments

Loading...