# set terminal canvas  rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "finance_3" jsdir "."
# set output 'finance.3.js'
set grid nopolar
set grid xtics nomxtics ytics nomytics noztics nomztics nortics nomrtics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid layerdefault   lt 0 linecolor 0 linewidth 0.500,  lt 0 linecolor 0 linewidth 0.500
set ytics  norangelimit logscale 
set ytics   (80.0000, 85.0000, 90.0000, 95.0000, 100.000, 105.000)
set title "Semi-log scaling" 
set xrange [ 50.0000 : 253.000 ] noreverse
set yrange [ 75.0000 : 105.000 ] noreverse
set logscale y 10
set lmargin  9
set rmargin  2
## Last datafile plotted: "finance.dat"
plot 'finance.dat' using 0:5 notitle with lines