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

error_bars_asymm.sh 341 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. #
  3. # Show asymmetrical error bars both from deviations (+a) and bounds (+A)
  4. ps=error_bars_asymm.ps
  5. printf "1 20 -3 2\n2 35 -6 3\n4 10 -1 9" | gmt psxy -R0.5/5.5/0/40 -JX16c/10c -Ey+a+p1p -Gred -Sc0.2c -Ba -P -K > $ps
  6. printf "1 20 17 22\n2 35 29 38\n4 10 9 19" | gmt psxy -R -J -Ey+A+p1p -Gred -Sc0.2c -Ba -O -Y12c >> $ps
Tip!

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

Comments

Loading...