# set terminal canvas solid rounded size 600,400 fsize 10 lw 1.6 fontscale 1 name "fillstyle_1" jsdir "." # set output 'fillstyle.1.js' set samples 25, 25 set noxtics set noytics set title "A demonstration of boxes with default properties" set yrange [ 0.00000 : 120.000 ] noreverse nowriteback set fit brief noerrorvariables errorscaling noprescale plot [-10:10] 100/(1.0+x*x) title 'distribution' with boxes