# set terminal canvas solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "candlesticks_1" jsdir "." # set output 'candlesticks.1.js' set title "candlesticks with open boxes (default)" 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