profiling / qa: make plot-csv-large-all.sh much more flexible.

remotes/origin/master-1.1.x
Victor Julien 14 years ago
parent a7182353e7
commit 5c8feb3851

@ -14,8 +14,8 @@ set title "$1 ticks"
set key autotitle columnhead set key autotitle columnhead
set yrange [:] set yrange [:]
set xrange [:] set xrange [:]
set logscale y #set logscale y
plot "$1" using 4, for [i in $2] '' using i with $3 plot "$1" using $2 with $4, for [i in $3] '' using i with $4
EOF EOF
RESULT=$? RESULT=$?
if [ "$RESULT" = "0" ]; then if [ "$RESULT" = "0" ]; then

Loading…
Cancel
Save