awk 'BEGIN{ for(x=-5;x<6.5;x+=0.1){printf("%s\t%f\n", x, sin(x))} }' \ | gnuplot -p -e "set term dumb size 89,30 aspect 1;plot '<cat'"