# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "candlesticks_3" butt dashlength 1.0 # set output 'candlesticks.3.svg' set boxwidth 0.2 absolute set style fill solid 1.00 border set title "candlesticks with style fill solid" 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