From: Heikki Levanto Date: Wed, 4 Dec 2013 15:19:42 +0000 (+0100) Subject: Minor dbc-plot details X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=f62b4ffee12bc3e52a097186545a473656a4199a;hp=be28643fa4907165c257cbfbc8c6631623ebcf84;p=pazpar2-moved-to-github.git Minor dbc-plot details --- diff --git a/heikki/dbc-os/test2.sh b/heikki/dbc-os/test2.sh index ec9f381..3765954 100755 --- a/heikki/dbc-os/test2.sh +++ b/heikki/dbc-os/test2.sh @@ -135,7 +135,8 @@ gnuplot < plot.cmd echo " set term png set out \"cluster.png\" - set title \"$HEADLINE\" + set title \"$Q\" + set yrange [0:20000] plot \"merge.data\" using 1:3 with points title \"records\", \ \"merge.data\" using 1:4 with points title \"merged score\", \ \"merge.data\" using 1:5 with points title \"sum score\", \