# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "candlesticks_2" jsdir "." # set output 'candlesticks.2.js' set boxwidth 0.2 absolute set title "candlesticks with specified boxwidth" set xrange [ 0.00000 : 11.0000 ] noreverse nowriteback set yrange [ 0.00000 : 10.0000 ] noreverse nowriteback x = 0.0 ## Last datafile plotted: "candlesticks.dat" plot 'candlesticks.dat' using 1:3:2:6:5 with candlesticks