# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'candlesticks.6.png' set boxwidth 0.2 absolute set title "box-and-whisker with median bar and whiskerbars" set xrange [ 0.00000 : 11.0000 ] noreverse set yrange [ 0.00000 : 10.0000 ] noreverse NO_ANIMATION = 1 ## Last datafile plotted: "candlesticks.dat" plot 'candlesticks.dat' using 1:3:2:6:5 with candlesticks lt 3 lw 2 title 'Quartiles' whiskerbars, '' using 1:4:4:4:4 with candlesticks lt -1 lw 2 notitle