# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "histograms2_1" jsdir "." # set output 'histograms2.1.js' set boxwidth 0.95 absolute set style fill solid 1.00 noborder set grid nopolar set grid noxtics nomxtics ytics nomytics noztics nomztics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linewidth 0.500, lt 0 linewidth 0.500 set key bmargin center horizontal Right noreverse noenhanced autotitle columnhead nobox set key invert samplen 4 spacing 1 width 0 height 0 set style histogram clustered gap 1 title textcolor lt -1 font ",11" offset character 2, -2 set datafile missing '-' set style data histograms set xtics border in scale 1,0.5 mirror rotate by -45 autojustify set xtics norangelimit set xtics () set title "Default Histogram Colouring" set xlabel "Immigration from different regions" set bmargin 12 x = 0.0 ## Last datafile plotted: "immigration.dat" plot newhistogram "Northern Europe", 'immigration.dat' using 6:xtic(1), '' u 13, '' u 14, newhistogram "Southern Europe", '' u 9:xtic(1), '' u 17 , '' u 22 , newhistogram "British Isles", '' u 10:xtic(1) , '' u 21