# set terminal canvas solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "finance_7" jsdir "." # set output 'finance.7.js' set grid nopolar set grid xtics nomxtics ytics nomytics noztics nomztics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault linetype 0 linewidth 1.000, linetype 0 linewidth 1.000 set label 1 "Courtesy of Bollinger Capital" at graph 0.01, 0.07, 0 left norotate back nopoint offset character 0, 0, 0 set label 2 " www.BollingerBands.com" at graph 0.01, 0.03, 0 left norotate back nopoint offset character 0, 0, 0 set logscale y 10 set ytics norangelimit set ytics (80.0000, 85.0000, 90.0000, 95.0000, 100.000, 105.000) set title "Add some boiler plate" set xrange [ 50.0000 : 253.000 ] noreverse nowriteback set yrange [ 75.0000 : 105.000 ] noreverse nowriteback set lmargin 9 set rmargin 2 plot 'finance.dat' using 0:2:3:4:5 notitle with financebars lt 8, 'finance.dat' using 0:9 notitle with lines lt 3, 'finance.dat' using 0:10 notitle with lines lt 1, 'finance.dat' using 0:11 notitle with lines lt 2, 'finance.dat' using 0:8 axes x1y2 notitle with lines lt 4