4 set style line 1 lt 2 lc rgb "black" lw 2
5 set style line 2 lt 4 lc rgb "purple" lw 1
6 set style line 3 lt 4 lc rgb "orange" lw 1
7 set style line 4 lt 4 lc rgb "blue" lw 2
8 set style line 5 lt 4 lc rgb "grey" lw 2
11 'output/results/res-bb-inside.txt' using 1:2 with filledcurve ls 2 title "inside", \
12 'output/results/res-bb-in.txt' using 1:2 with lines ls 3 title "all", \
13 'output/results/res-bb-range.txt' using 1:2 with lines ls 4 title "range", \
14 'output/results/res-bb-intersects.txt' using 1:2 with lines ls 5 title "intersects", \
15 'output/results/res-bb-target.txt' using 1:2 with lines ls 5 title "search", \
16 'output/results/res-sample.txt' using 1:2 with lines ls 1 title "sample"
20 'output/results/res-wp-in.txt' using 1:2 with points ls 3 title "all", \
21 'output/results/res-bb-inside.txt' using 1:2 with filledcurve ls 2 title "inside", \
22 'output/results/res-wp-range.txt' using 1:2 with points ls 4 title "range", \
23 'output/results/res-bb-target.txt' using 1:2 with lines ls 5 title "search", \
24 'output/results/res-sample.txt' using 1:2 with lines ls 1 title "sample"