Tested tool guide
Tested browser tools
Checked August 16, 2026
What Function Plotter does, with a checked example
Function Plotter turns an expression in x into an interactive Cartesian graph. Zoom and pan expose different intervals, while trace lets you inspect coordinates along the displayed curve. Enabling the derivative overlay places the function's rate of change on the same view. It is intended for polynomial, trigonometric, exponential, and logarithmic functions. The important surprise is that the window controls what you can see: a root, turning point, or asymptote outside the current range has not ceased to matter.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
A straight line y = x through (0, 0). Tracing the curve at x = 2 gives y = 2.
For f(x) = x, the vertical coordinate always equals the horizontal coordinate. Its slope is 1, so enabling the derivative overlay adds the horizontal line y = 1.