# set terminal svg size 600,400 dynamic enhanced fname 'arial' fsize 10 mousing name "fillstyle_5" butt solid # set output 'fillstyle.5.svg' set boxwidth 0.5 absolute set style fill solid 0.25 border set samples 25, 25 set noxtics set noytics set title "Filled boxes at 50% fill density" set yrange [ 0.00000 : 120.000 ] noreverse nowriteback plot [-10:10] 100/(1.0+x*x) title 'distribution' with boxes