# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 500, 350 # set output 'layout.2.png' set boxwidth 0.8 absolute set style fill solid 1.00 border set format y " " set key inside right top vertical Right noreverse enhanced autotitles columnhead nobox set style histogram columnstacked title offset character 0, 0, 0 set xtics border in scale 0,0 mirror rotate by -270 offset character 0, 0, 0 autojustify set xtics norangelimit set xtics () set ytics border in scale 0,0 mirror norotate offset character 0, 0, 0 autojustify set ztics border in scale 0,0 nomirror norotate offset character 0, 0, 0 autojustify set cbtics border in scale 0,0 mirror norotate offset character 0, 0, 0 autojustify set rtics axis in scale 0,0 nomirror norotate offset character 0, 0, 0 autojustify set title "Plot 3" set bmargin 5 plot 'immigration.dat' using 2 with histograms , '' using 7 with histograms , '' using 8 with histograms , '' using 11 with histograms