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

stairs.sh 524 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. ps=stairs.ps
  3. # Original x-y curve
  4. gmt psxy -R1990T/2017T/-50/100 -JX6iT/2.75i -P -Bxa5Yf1Y -Byafg1000 -BWsNe -W1p @stairs.txt -K -X1.25i -Y7i > $ps
  5. gmt psxy -R -J -O -K @stairs.txt -Sc0.15c -Gred >> $ps
  6. # Stairs in x
  7. gmt psxy -R -J -O -K -Bxa5Yf1Y -Byafg1000 -BWsnE -W1p @stairs.txt -Ax -Y-3i >> $ps
  8. gmt psxy -R -J -O -K @stairs.txt -Sc0.15c -Gred >> $ps
  9. # Stairs in y
  10. gmt psxy -R -J -O -K -Bxa5Yf1Y -Byafg1000 -BWSnE -W1p @stairs.txt -Ay -Y-3i >> $ps
  11. gmt psxy -R -J -O @stairs.txt -Sc0.15c -Gred >> $ps
Tip!

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

Comments

Loading...