# set terminal svg size 600,400 dynamic enhanced fname 'arial'  fsize 10 mousing name "candlesticks_5" butt solid 
# set output 'candlesticks.5.svg'
set boxwidth 0.2 absolute
set title "box-and-whisker plot adding median value as bar" 
set xrange [ 0.00000 : 11.0000 ] noreverse nowriteback
set yrange [ 0.00000 : 10.0000 ] noreverse nowriteback
plot 'candlesticks.dat' using 1:3:2:6:5 with candlesticks lt 3 lw 2 title 'Quartiles',      ''                 using 1:4:4:4:4 with candlesticks lt -1 lw 2 notitle