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

sombrero.sh 431 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. # Test implementation of feature #1141
  3. ps=sombrero.ps
  4. gmt grdmath -R-15/15/-15/15 -I0.3 X Y HYPOT DUP 2 MUL PI MUL 8 DIV COS EXCH NEG 10 DIV EXP MUL 0.001 SUB = sombrero.nc
  5. gmt grdimage sombrero.nc -P -JX4.5i -K -Xc -Y0.75i > $ps
  6. gmt grdcontour sombrero.nc -C1 -Bafg -O -K -J -T -Wthick >> $ps
  7. gmt grdimage sombrero.nc -O -J -K -Y5i -BWsNE -Bafg >> $ps
  8. gmt grdcontour sombrero.nc -C1 -O -J -T+a -Wthick >> $ps
Tip!

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

Comments

Loading...