# set terminal png truecolor nocrop font arial 8 size 420,320 # set output 'image.31.png' set title "Binary data specified at the command line, intended for use through pipe" set xrange [ -1.50000 : 3.50000 ] noreverse nowriteback set yrange [ -1.50000 : 3.50000 ] noreverse nowriteback set cbrange [ 0.00000 : 1.00000 ] noreverse nowriteback plot '-' binary endian=little array=2x2 dx=2 format="%float" using 1:2:3 with rgbimage, '-' binary endian=little record=4 format="%char" using 1:2 with points pt 7 ps 2 lt -1