# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'layout.3.png' set boxwidth 0.8 absolute set style fill solid 1.00 border set format y " " set key fixed right top vertical Right noreverse enhanced autotitle columnhead nobox set style histogram columnstacked title textcolor lt -1 set xtics border in scale 0,0 mirror rotate by -270 autojustify set xtics norangelimit set xtics () set ytics border in scale 0,0 mirror norotate autojustify set ztics border in scale 0,0 nomirror norotate autojustify set cbtics border in scale 0,0 mirror norotate autojustify set rtics border in scale 0,0 nomirror norotate autojustify set title "Plot 3" NO_ANIMATION = 1 ## Last datafile plotted: "immigration.dat" ## Last plot was a multiplot # saved multiplot set multiplot layout 1,3 title "Same plot with a multi-line title\nshowing adjustment of plot area to accommodate it\nAlso note 'reset' command between plots 2 and 3" font ",14" set xtics rotate set bmargin 5 set title "Plot 1" unset key plot sin(x)/x set title "Plot 2" unset key plot 'silver.dat' using 1:2 ti 'silver.dat' reset set title "Plot 3" set style histogram columns set style fill solid set key autotitle column set boxwidth 0.8 set format y " " set bmargin 5 set tics scale 0 set xtics rotate plot 'immigration.dat' using 2 with histograms , '' using 7 with histograms , '' using 8 with histograms , '' using 11 with histograms unset multiplot