# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "nonlinear3_1" jsdir "." # set output 'nonlinear3.1.js' unset border unset key set label 1 "Tux" at graph 0.5, 0.4, 0 center norotate font "Times:Bold" front nopoint set style data lines unset xtics unset ytics set ztics border out scale 1,0.5 nomirror norotate autojustify set cbtics border out scale 1,0.5 nomirror norotate autojustify set rtics axis out scale 1,0.5 nomirror norotate autojustify set title "Linear Scale" set title offset character 0, -1, 0 font "" textcolor lt -1 norotate set xrange [ -6.00000 : 134.000 ] noreverse set yrange [ -6.00000 : 134.000 ] noreverse f(x) = norm((x-center)/sigma) g(x) = sigma*invnorm(x)+center tic(x) = center + sigma * x save_encoding_3 = "utf8" sigma = 60.0 ticinterval = 1 save_encoding = "utf8" center = 64.0 ## Last datafile plotted: "blutux.rgb" ## Last plot was a multiplot # saved multiplot set multiplot layout 2,2 title "Probability axes: Scale image pixels by distance from center treated as a Z-score" set title "Sigma = 22 pixels" sigma = 22. ticinterval = 2 load 'probably_tux.dem' set title "Sigma = 30 pixels" sigma = 30. ticinterval = 1 load 'probably_tux.dem' set title "Sigma = 60 pixels" sigma = 60. load 'probably_tux.dem' set title "Linear Scale" set label 1 "Tux" set xlabel " " set ylabel " " unset nonlinear x unset nonlinear y unset xtics unset ytics replot unset multiplot