Minor (mostly notes to myself)
[pazpar2-moved-to-github.git] / heikki / dbc-os / test2.sh
index ec9f381..86532e7 100755 (executable)
@@ -135,14 +135,16 @@ gnuplot < plot.cmd
 echo "
   set term png
   set out \"cluster.png\"
-  set title \"$HEADLINE\"
+  set title \"$Q\"
+  #set yrange [0:5000]
   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\", \
        \"merge.data\" using 1:6 with points title \"avg score\"
 " > plot.cmd
 cat plot.cmd | gnuplot
 
+       #\"merge.data\" using 1:4 with points title \"merged score\", \
+       #\"merge.data\" using 1:5 with points title \"sum score\", \
+
 echo
 
 echo "All done"