# set terminal pngcairo background "#ffffff" enhanced font "arial,8" fontscale 1.0 size 540, 384 # set output 'image2.22.png' set rgbmax 1 set title "Binary data specified at the command line, intended for use through pipe" set xrange [ -1.50000 : 3.50000 ] noreverse set yrange [ -1.50000 : 3.50000 ] noreverse NO_ANIMATION = 1 ## Last datafile plotted: "-" plot '-' binary endian=little array=(2,2) 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