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

altwidth.sh 829 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
14
15
16
17
18
19
20
  1. #!/usr/bin/env bash
  2. # Ensure the new -E option works as advertised
  3. gmt begin altwidth ps
  4. gmt subplot begin 3x2 -Fs7c -Scb -Srl -R3/7/0/8 -BWSrt -A
  5. gmt subplot set -A"No -E"
  6. gmt histogram hist.txt -T0.2 -Gred -W0.5p
  7. gmt subplot set -A"w=0.1"
  8. gmt histogram hist.txt -T0.2 -Gred -W0.5p -E0.1
  9. gmt subplot set -A"w=0.1 |off|=0.05"
  10. gmt histogram hist.txt -T0.2 -Gred -W0.5p -E0.1+o-0.05
  11. gmt histogram hist.txt -T0.2 -Ggreen -W0.5p -E0.1+o0.05
  12. gmt subplot set -A"w=0.1c"
  13. gmt histogram hist.txt -T0.2 -Gred -W0.5p -E0.1c
  14. gmt subplot set -A"w=0.1c off=-0.05c"
  15. gmt histogram hist.txt -T0.2 -Gred -W0.5p -E0.1c+o-0.05c
  16. gmt subplot set -A"w=0.1c |off|=0.05c"
  17. gmt histogram hist.txt -T0.2 -Gred -W0.5p -E0.1c+o-0.05c
  18. gmt histogram hist.txt -T0.2 -Ggreen -W0.5p -E0.1c+o0.05c
  19. gmt subplot end
  20. gmt end show
Tip!

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

Comments

Loading...