# set terminal canvas  solid butt size 600,400 fsize 10 lw 1 fontscale 1 name "barchart_art_1" jsdir "."
# set output 'barchart_art.1.js'
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
unset key
set xtics border in scale 0,0 mirror norotate  offset character 0, 0, 0 autojustify
set xtics  norangelimit
set xtics   ("NE" 12.0000, "S" 42.0000, "Downtown" 72.0000, "Suburbs" 127.000)
set y2tics border in scale 1,0.5 nomirror norotate  offset character 0, 0, 0 autojustify
set y2tics autofreq  norangelimit
set title "Building Code Height Limits" 
set xrange [ -10.0000 : 160.000 ] noreverse nowriteback
set yrange [ 0.00000 : 200.000 ] noreverse nowriteback
set y2range [ 0.00000 : 200.000 ] noreverse nowriteback
plot 'bldg.png' binary filetype=png origin=(60,0) dx=0.5 dy=1.5 with rgbimage,      'bldg.png' binary filetype=png origin=(0,0) dx=0.5 dy=1 with rgbimage,      'bldg.png' binary filetype=png origin=(30,0) dx=0.5 dy=0.7 with rgbimage,      'bldg.png' binary filetype=png origin=(100,0) dx=0.5 dy=0.35 with rgbimage,      'bldg.png' binary filetype=png origin=(125,0) dx=0.5 dy=0.35 with rgbimage