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.sh 205 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. #
  3. # Show error bars on top of a bar plot
  4. ps=error_bars.ps
  5. printf "1 20 2\n2 35 3\n3 30 4\n4 35 1\n5 27 2\n" | gmt psxy -R0.5/5.5/0/40 -JX16c/10c -Ey+p1p -Gred -Sb0.35u+b0 -Ba -P > $ps
Tip!

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

Comments

Loading...