# set terminal pngcairo  transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 
# set output 'varcolor.1.png'
set boxwidth 0.2 absolute
unset key
set style data lines
set title "variable color points, circles, candlesticks, boxes, and boxxyerror" 
set xrange [ 0.00000 : 11.0000 ] noreverse
set yrange [ -4.00000 : 10.0000 ] noreverse
by3(x) = (((int(x)%3)+1)/6.)
by4(x) = (((int(x)%4)+1)/7.)
rgbfudge(x) = x*51*32768 + (11-x)*51*128 + int(abs(5.5-x)*510/9.)
NO_ANIMATION = 1
## Last datafile plotted: "candlesticks.dat"
plot 'candlesticks.dat' using 1:(1):1 with points pt 11 lc variable,      '' using 1:2:(.1):1 with circles fs solid fc variable,      '' using 1:3:2:6:5:1 with candlesticks lc variable,      '' using ($1+.3):3:2:6:5:1 with financebars lc variable,      '' using 1:(8):(by3($0)):(by4($0)):1 with boxxy fs solid lc variable,      '' using 1:(-$2/2):1 with boxes fs solid fc var