Scratchpad (not saved)
Save to create a persistent, shareable workspace.
2D Plotter Calculator
Plot one or more functions with adjustable ranges, equal scaling, and shared sessions.
Plot multiple functions at once. Enter f(x) or y = f(x) for standard curves, and x = g(y) or bare g(y) for sideways curves.
Parsed Functions (LaTeX)
Shift: X zoom, Alt/Option: Y zoom
2D Plot Help
Controls
1. Enter one curve per line: use
f(x) or y = f(x) for standard plots, and x = g(y) or bare g(y) for sideways plots.2. Use mouse wheel to zoom.
3. Hold Shift for x-axis zoom only.
4. Hold Alt/Option for y-axis zoom only.
5. Enable Equal units for true geometric proportions.
Suggested Examples
Trig Pair
Classic sine/cosine overlay over multiple periods.
y = sin(x) y = cos(x)
Polynomial Family
Compare linear, quadratic, and cubic growth.
x x^2 x^3/10
Asymptotes
Explore vertical asymptotes and rapidly changing slopes.
tan(x) 1/x
Unit Circle Pair
Show upper and lower semicircles with equal x/y units.
sqrt(25 - x^2) -sqrt(25 - x^2)
Sideways Parabola
Plot a relation more naturally expressed as x in terms of y.
x = y^2