X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=heikki%2Fdbc-os%2Ftest2.sh;h=86532e732b3266b518715d3f4a2c1b1fb85db111;hb=refs%2Fheads%2Franking-h;hp=376595467a33cbe1948e42b819839a6d82f85d86;hpb=f62b4ffee12bc3e52a097186545a473656a4199a;p=pazpar2-moved-to-github.git diff --git a/heikki/dbc-os/test2.sh b/heikki/dbc-os/test2.sh index 3765954..86532e7 100755 --- a/heikki/dbc-os/test2.sh +++ b/heikki/dbc-os/test2.sh @@ -136,14 +136,15 @@ echo " set term png set out \"cluster.png\" set title \"$Q\" - set yrange [0:20000] + #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"