Matplotlib Contour Line Values Seem Off
I understand that a contour plot shows lines for all points that share a particular value, but when I draw a contour plot in matplotlib
for the square of the sum of x^2 and y^2, the point for (1.237, 1.237) — computes to 1.75 — lies between the contour lines labeled 2.0 and 2.5.