# set terminal png transparent nocrop enhanced font arial 8 linewidth 2.0 size 450,320 # set output 'barchart_art.1.png' set grid nopolar set grid noxtics nomxtics ytics nomytics noztics nomztics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault linetype 0 linewidth 0.500, linetype 0 linewidth 0.500 set key title "Building Heights\nby Neighborhood" set xtics border in scale 0,0 mirror norotate offset character 0, 0, 0 set xtics norangelimit set xtics ("Downtown" 12.0000, "S" 42.0000, "NE" 72.0000, "Suburbs" 122.000) set y2tics border in scale 1,0.5 nomirror norotate offset character 0, 0, 0 set y2tics autofreq norangelimit set title "Rescaled image used as plot element" set rrange [ * : * ] noreverse nowriteback # (currently [8.98847e+307:-8.98847e+307] ) set trange [ * : * ] noreverse nowriteback # (currently [-5.00000:5.00000] ) set xrange [ -10.0000 : 150.000 ] noreverse nowriteback set x2range [ * : * ] noreverse nowriteback # (currently [-10.0000:150.000] ) set yrange [ 0.00000 : 200.000 ] noreverse nowriteback set y2range [ 0.00000 : 200.000 ] noreverse nowriteback set cbrange [ * : * ] noreverse nowriteback # (currently [0.00000:255.000] ) plot 'bldg.png' binary filetype=png origin=(0,0) dx=0.5 dy=1.5 with rgbimage notitle, 'bldg.png' binary filetype=png origin=(60,0) dx=0.5 dy=1 with rgbimage notitle, 'bldg.png' binary filetype=png origin=(30,0) dx=0.5 dy=0.7 with rgbimage notitle, 'bldg.png' binary filetype=png origin=(110,0) dx=0.5 dy=0.35 with rgbimage notitle