💾 Archived View for siiky.srht.site › kB45oC › rollercoaster.gp captured on 2023-01-29 at 03:18:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

set terminal svg

set output "rollercoaster.svg"

The number of samples to use to plot the expression.

set samples 1000

The ranges here specify the XX and YY ranges respectively.

plot [-50:50] [-5:5] x*sin(x)*cos(x)**x title "Rollercoaster"