# set terminal pngcairo  transparent enhanced font "arial,10" fontscale 1.0 size 500, 350 
# set output 'histograms2.4.png'
set boxwidth 0.95 absolute
set style fill   pattern 1 border lt -1
set grid nopolar
set grid noxtics nomxtics ytics nomytics noztics nomztics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid layerdefault   linetype 0 linewidth 1.000,  linetype 0 linewidth 1.000
set key bmargin center horizontal Right noreverse noenhanced autotitles columnhead nobox
set key invert samplen 4 spacing 1 width 0 height 0 
set style histogram clustered gap 1 title  offset character 2, 0.25, 0
set datafile missing '-'
set style data histograms
set xtics border in scale 1,0.5 mirror rotate by -45  offset character 0, 0, 0 autojustify
set xtics  norangelimit
set xtics   ()
set title "Explicit start pattern and linetype" 
set xlabel "Immigration from different regions" 
set xlabel  offset character 0, -3, 0 font "" textcolor lt -1 norotate
set bmargin  10
plot newhistogram "Northern Europe" lt 2 fs pattern 1, 'immigration.dat' using 6:xtic(1), '' u 13, '' u 14, newhistogram "Southern Europe" lt 2 fs pattern 1, '' u 9:xtic(1), '' u 17, '' u 22, newhistogram "British Isles" lt 2 fs pattern 1, '' u 10:xtic(1), '' u 21