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

GMT_base_symbols7.sh 889 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
21
  1. #!/usr/bin/env bash
  2. #
  3. # Plot psxy front symbols for use on man page
  4. ps=GMT_base_symbols7.ps
  5. cat << EOF > t.txt
  6. 0 0
  7. 10 20
  8. EOF
  9. # Centered symbols using fixed interval, then same with just 1 centered symbol
  10. gmt psxy -R-2/12/-10/30 -JX1i -P -K -W1p -Glightblue -Sf0.4i/0.07i+b t.txt > $ps
  11. gmt psxy -R -J -O -K -W1p -Glightred -Sf0.4i/0.1i+c+r -X0.6i t.txt >> $ps
  12. gmt psxy -R -J -O -K -W1p -Gred -Sf0.4i/0.1i+f -X0.6i t.txt >> $ps
  13. gmt psxy -R -J -O -K -W1p -Sf0.4i/0.2i+S+r -X0.6i t.txt >> $ps
  14. gmt psxy -R -J -O -K -W1p -Gblack -Sf0.2i/0.05i+t+l -X0.6i t.txt >> $ps
  15. gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+b -X0.6i t.txt >> $ps
  16. gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+c -X0.6i t.txt >> $ps
  17. gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+f -X0.6i t.txt >> $ps
  18. gmt psxy -R -J -O -K -W1p -Sf-1/0.4i+S+l -X0.6i t.txt >> $ps
  19. gmt psxy -R -J -O -W1p -Glightorange -Sf-1/0.1i+t -X0.6i t.txt >> $ps
Tip!

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

Comments

Loading...