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

labels.sh 274 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. #
  3. #
  4. # Test dumping of contour labels and replotting in pstext
  5. ps=labels.ps
  6. gmt grdmath -R0/10/0/10 -I1 X Y MUL = t.nc
  7. gmt grdcontour t.nc -JX4i -P -Baf -A10+tlabels.txt -GlBL/TR -K -Xc > $ps
  8. gmt pstext -R -J -O -Baf -F+A+f12p labels.txt -Y4.75i >> $ps
Tip!

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

Comments

Loading...