# set terminal pngcairo  background "#ffffff" font "arial,10" fontscale 1.0 size 500, 300 
# set output 'image2.8.png'
unset key
set size ratio 0 0.5,0.48
set origin 0.25,0
set title "Along a 225 degree projection" 
set title  offset character 0, -0.5, 0 font "" norotate
set xrange [ -2.20000 : 0.700000 ] noreverse nowriteback
set yrange [ -2.20000 : 0.700000 ] noreverse nowriteback
plot 'sine.bin' binary endian=little array=201 dx=0.01 rotate=225d origin=(0,0) format='%f' using 1 with lines