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

vonmises.sh 613 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Testing gmt math for VPDF
  3. ps=vonmises.ps
  4. gmt math -T0/360/1 T 150 10 VPDF = | gmt psxy -R0/360/0/1.5 -JX6i/6i -Bxaf+l"Angles" -Byaf+l"PDF" -BWSne+t"Von Mises probability density function" -W0.25p,red -P -K > $ps
  5. gmt math -T0/360/1 T 150 4 VPDF = | gmt psxy -R -J -W0.5p,cyan -O -K >> $ps
  6. gmt math -T0/360/1 T 150 4 VPDF = | gmt psxy -R -J -W0.75p,green -O -K >> $ps
  7. gmt math -T0/360/1 T 150 3 VPDF = | gmt psxy -R -J -W1p,blue -O -K >> $ps
  8. gmt math -T0/360/1 T 150 2 VPDF = | gmt psxy -R -J -W1.5p,yellow -O -K >> $ps
  9. gmt math -T0/360/1 T 150 1 VPDF = | gmt psxy -R -J -W2p,black -O >> $ps
Tip!

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

Comments

Loading...