set terminal svg
set output "rollercoaster.svg"
set samples 1000
plot [-50:50] [-5:5] x*sin(x)*cos(x)**x title "Rollercoaster"