# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "iterate_2" jsdir "." # set output 'iterate.2.js' unset border set key title "splot for [scan=1:*] 'whale.dat' index scan" center set key bmargin center horizontal Right noreverse enhanced autotitle nobox set key noinvert samplen 0.6 spacing 1 width 0 height 0 set key maxcolumns 0 maxrows 6 set view 38, 341, 1, 1 unset xtics unset ytics unset ztics set title "Iteration over all available data in a file" set lmargin at screen 0.09 set rmargin at screen 0.9 n = 11 i = 24 x = 0.0 ## Last datafile plotted: "whale.dat" splot for [i=1:*] "whale.dat" index i title sprintf("scan %d",i) with lines