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

boxwhisk.sh 308 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. #
  3. # Check that vertical and horizontal box-and-whisker symbols work
  4. ps=boxwhisk.ps
  5. gmt psxy -R0/10/0/10 -JX4i -P -Bafg5 -Xc -EY+p1p+w10p -Sp -Glightblue -W0.5p -K << EOF > $ps
  6. 5 5 2 3 6 9
  7. EOF
  8. gmt psxy -R -J -Bafg5 -Y5i -EX+p1p+w10p -Sp -Glightred -W0.5p -O << EOF >> $ps
  9. 5 5 2 3 6 9
  10. EOF
Tip!

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

Comments

Loading...