← Docs
Prism Playground
Copy link
scene plane { x: [-5, 5] y: [-5, 5] grid axes param a = 1 { range: [-3, 3], step: 0.1 } curve f = a*x^2 { color: primary } slider a { label: "a" } }
-4
-2
2
4
-4
-2
2
4
a
1
-3
3