# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'layout.2.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 "Multiplot layout 1, 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' set title "Plot 3" set style histogram columns set style fill solid set key autotitle column set boxwidth 0.8 set format y " " set tics scale 0 plot 'immigration.dat' using 2 with histograms , '' using 7 with histograms , '' using 8 with histograms , '' using 11 with histograms unset multiplot