# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'barchart_art.1.png' set grid nopolar set grid noxtics nomxtics ytics nomytics noztics nomztics nortics nomrtics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linecolor 0 linewidth 0.500, lt 0 linecolor 0 linewidth 0.500 unset key set style increment default set xtics border in scale 0,0 mirror norotate 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 autojustify set y2tics norangelimit autofreq set title "Building Code Height Limits" set xrange [ -10.0000 : 160.000 ] noreverse nowriteback set x2range [ * : * ] noreverse writeback set yrange [ 0.00000 : 200.000 ] noreverse nowriteback set y2range [ 0.00000 : 200.000 ] noreverse nowriteback set zrange [ * : * ] noreverse writeback set cbrange [ * : * ] noreverse writeback set rrange [ * : * ] noreverse writeback ## Last datafile plotted: "bldg.png" 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