#!/usr/local/bin/gnuplot -persist # set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "layout_1" butt dashlength 1.0 # set output 'layout.1.svg' 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 style data lines set xtics border in scale 0,0 mirror norotate 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 axis in scale 0,0 nomirror norotate autojustify set title "Plot 3" set xrange [ * : * ] noreverse writeback set x2range [ * : * ] noreverse writeback set yrange [ * : * ] noreverse writeback set y2range [ * : * ] noreverse writeback set zrange [ * : * ] noreverse writeback set cbrange [ * : * ] noreverse writeback set rrange [ * : * ] noreverse writeback set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front noinvert bdefault NO_ANIMATION = 1 ## Last datafile plotted: "immigration.dat" plot 'immigration.dat' using 2 with histograms, '' using 7 with histograms , '' using 8 with histograms , '' using 11 with histograms