set terminal png size 500,500
set output 'henon.png'
set title 'Henon map'
plot 'henon.dat'
