# set terminal pngcairo background "#ffffff" enhanced font "arial,8" fontscale 1.0 size 540, 384 # set output 'image.8.png' unset key set size ratio 0 0.5,0.48 set origin 0.5,0 set xtics border out scale 1,0.5 mirror norotate autojustify set ytics border out scale 1,0.5 mirror norotate autojustify set ztics border out scale 1,0.5 nomirror norotate autojustify set cbtics border out scale 1,0.5 mirror norotate autojustify set rtics axis out scale 1,0.5 nomirror norotate autojustify set title "\"A bluebird.\"" set title offset character 0, -0.5, 0 font "" textcolor lt -1 norotate set xrange [ -0.500000 : 127.500 ] noreverse set yrange [ -0.500000 : 127.500 ] noreverse NO_ANIMATION = 1 ## Last datafile plotted: "blutux.rgb" ## Last plot was a multiplot # saved multiplot set multiplot set size 0.5,0.48 set origin 0.0,0.47 unset key set xrange [-0.5:127.5] set yrange [-0.5:127.5] set tics out set label 1 "Selection of the input channels via \`using\`" at 140,160 center set title '"I do impersonations..."' offset 0,-0.5 plot 'blutux.rgb' binary array=(128,128) flip=y format='%uchar' using 1:2:3 with rgbimage unset label 1 set size 0.5,0.48 set origin 0.5,0.47 set title '"A cardinal."' plot 'blutux.rgb' binary array=(128,128) flip=y format='%uchar%*uchar%*uchar' using 1:(0):(0) with rgbimage set size 0.5,0.48 set origin 0.0,0.0 set title '"A parrot."' plot 'blutux.rgb' binary array=(128,128) flipy format='%*uchar%uchar%*uchar' using (0):1:(0) with rgbimage set size 0.5,0.48 set origin 0.5,0.0 set title '"A bluebird."' plot 'blutux.rgb' binary array=(128,128) flipy format='%*uchar%*uchar%uchar' using (0):(0):1 with rgbimage unset multiplot