# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "sharpen_1" jsdir "." # set output 'sharpen.1.js' set grid nopolar set grid xtics nomxtics noytics nomytics noztics nomztics nortics nomrtics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linecolor 0 linewidth 0.500, lt 0 linecolor 0 linewidth 0.500 set key title "lgamma(x)" enhanced center set key fixed right center vertical Right noreverse enhanced autotitle nobox set key noinvert samplen 0 spacing 1 width 0 height 0 set samples 300, 300 set style data lines set xtics norangelimit 1 set xrange [ -10.0000 : 2.00000 ] noreverse set yrange [ -15.0000 : 5.00000 ] noreverse ## Last plot was a multiplot # saved multiplot set multiplot layout 2,1 title "Effect of 'sharpen' filter" plot lgamma(x) title "no filters" if (GPVAL_VERSION >= 6.0) {; plot lgamma(x) sharpen title " sharpen";} else {; set label 1 center at graph 0.5, 0.5 "This copy of gnuplot does not support 'sharpen'"; unset key; plot NaN;} unset multiplot