# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'textbox.1.png' set border 31 back lt black linewidth 1.000 dashtype solid set grid nopolar set grid xtics nomxtics ytics 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 unset key set style textbox 1 opaque margins 1.0, 1.0 fc bgnd border rgb "blue" linewidth 1.0 set style textbox 2 opaque margins 6.0, 1.5 fc rgb "grey" border lt -1 linewidth 1.0 set style data lines unset xtics set title "larger textboxes with grey fill" set xrange [ -0.500000 : 12.0000 ] noreverse set yrange [ 30.0000 : 110.000 ] noreverse set bmargin 3 NO_ANIMATION = 1 ## Last datafile plotted: "table.dat" ## Last plot was a multiplot # saved multiplot set multiplot layout 1,2 set title "textboxes with blue border" plot 'table.dat' using 0:2 title column with lines lw 3, '' using 0:2:2 with labels center boxed bs 1 notitle column set title "larger textboxes with grey fill" plot 'table.dat' using 0:2 title column with lines lw 3, '' using 0:2:2 with labels center boxed bs 2 notitle column unset multiplot