Curves
Plot parametric curves, animate with time, and generate with AI.
Plot
Functions
y = f(x)or justf(x)— standard curvex = f(y)— vertical curve (e.g.x = 3)x = f(t), y = g(t)— parametric (or omit both prefixes)var = expr— define a variable (e.g.a = 1,b = T)- Filter: append
{condition}, e.g.x^2 {x > 0} Tis for animation (available in all modes)#starts a comment line
Examples