Mercurial > hg > CbC > old > DPP
view tools/depth-plot.sh @ 11:190dadd8405b
Format indent
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Jul 2019 19:52:09 +0900 |
parents | d4bc23cb728b |
children |
line wrap: on
line source
#!/bin/sh make tableau ./tableau 5 | perl -ne 'if (/depth (\d+) count (\d+)/) { print "$2 $1\n"; }' > data (echo "plot 'data'" ; echo 'pause 100' )| gnuplot