# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'stringvar.6.png' set key title "file(i) = sprintf(\"%1d.dat\",i); N=2; M=3" enhanced center set key fixed left top vertical Left reverse enhanced autotitle nobox set key noinvert samplen 4 spacing 1 width 25 height 0 set title "String-valued functions to generate datafile names" file(i) = sprintf("%1d.dat",i) NO_ANIMATION = 1 iswindows = 0 isos2 = 0 beg = 2 end = 4 foo = "Apostrophes inside words don't matter" haystack = "04:29 22 August 2024" needle = ":" S = 3 N = 2 M = 3 ## Last datafile plotted: "3.dat" plot 5*sin(x)/x, file(N), file(M)