1 # set terminal png transparent nocrop enhanced font arial 8 size 660,320
2 # set output 'finance.3.png'
4 set grid xtics nomxtics ytics nomytics noztics nomztics \
5 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
6 set grid layerdefault linetype 0 linewidth 1.000, linetype 0 linewidth 1.000
7 set ytics border in scale 1,0.5 mirror norotate offset character 0, 0, 0
8 set ytics (80.0000, 85.0000, 90.0000, 95.0000, 100.000, 105.000)
9 set title "Turn on grid"
10 set xrange [ 50.0000 : 253.000 ] noreverse nowriteback
11 set yrange [ 75.0000 : 105.000 ] noreverse nowriteback
14 plot 'finance.dat' using 0:5 notitle with lines