Merge branch 'ranking-h' of ssh://git.indexdata.com:222/home/git/pub/pazpar2 into...
[pazpar2-moved-to-github.git] / heikki / solr / plot1.cmd
1 \
2   set term png
3   set out "plot.png"
4   #set yrange [0:300000]
5   plot \
6  "hp.data" using 0:1  with points  title "harry potter",  \
7  "vw.data" using 0:1  with points  title "vietnam war",  \
8  "wa.data" using 0:1  with points  title "water or fire or ice"
9