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

allsymbcm.sh 319 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. #
  3. # Plot psxy symbols under CM default unit
  4. ps=allsymbcm.ps
  5. gmt psxy all_psxy_symbols.txt -R0/4/0/6 -B1g1 -BWSne+t"PROJ_LENGTH_UNIT=cm" -Jx1.25i -Sc1i -W0.25p,blue,. -P -K --PROJ_LENGTH_UNIT=cm -Xc -Yc -i0,1 > $ps
  6. gmt psxy all_psxy_symbols.txt -R -J -S -Gred -W1p -O --PROJ_LENGTH_UNIT=cm >> $ps
Tip!

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

Comments

Loading...