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

custom_symbol.sh 350 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. #
  3. # Check two custom symbols symbols with new variables and text capabilities
  4. ps=custom_symbol.ps
  5. sed -n 1p "${src:-.}"/custom_data.txt | gmt psxy -R0/20/10/30 -JM6i -P -Bag -W0.5p,red -Sk"${src:-.}"/comet/2.5i -K -Xc -Yc > $ps
  6. sed -n 2p "${src:-.}"/custom_data.txt | gmt psxy -R -J -W1p,green -Sk"${src:-.}"/dip/2.5i -O >> $ps
Tip!

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

Comments

Loading...