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

escape.sh 391 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Check postscriptlight escape functions
  3. ps=escape.ps
  4. gmt pslegend -R0/100/0/100 -JX250p -Dg0/0+w185p/60p+jLT+l1.2 -C5p/5p -F -K -P -Y2i > $ps << EOF
  5. S 10p - 20p - 1p,255/0/0,-.. 24p @:10:CO@-2@-@:: @:10:injected@::
  6. S 10p - 20p - 1p,255/0/0,-.. 24p @:10:CO@-2@- injected@::
  7. EOF
  8. gmt pstext -R -J -Gred -Wgreen -F+f12p,Helvetica-Bold+jCT -O >> $ps <<< "25 25 M@-w@-=7.0"
Tip!

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

Comments

Loading...