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 yrange [:]
set xrange [:]
set logscale y
plot "$1" using 4, for [i in $2] '' using i with $3
#set logscale y
plot "$1" using $2 with $4, for [i in $3] '' using i with $4
EOF
RESULT=$?
if [ "$RESULT" = "0" ]; then

Loading…
Cancel
Save