Tested tool guide
Tested browser tools
Checked August 16, 2026
What Contour Map Plotter does, with a checked example
Enter a function z=f(x,y), choose an x-y viewing window, and select the z-values to draw as contours. The plotter can distinguish ranges between contours with color fills and overlay gradient vectors that indicate the direction of increasing function value. Each contour is a level set f(x,y)=c projected onto the x-y plane, not a three-dimensional path. A common mistake is treating filled color bands as additional contour lines. Each band represents values between adjacent selected levels.
Worked example
A concrete input and expected output from the current implementation.
Input
Function: x^2 + y^2
x range: -2 to 2
y range: -2 to 2
Contour level: 1
->
Expected output
The map contains one closed contour: the unit circle x^2 + y^2 = 1, centered at (0,0). It crosses the axes at (1,0), (-1,0), (0,1), and (0,-1).
A level-1 contour contains exactly the points where the function equals 1. For x^2 + y^2, that equation describes a circle with radius 1.