The values of the grid for y axis in step 10 are set as:` y = numpy.linspace(xmin, xmax, ny)`. Shouldn't they be ` y = numpy.linspace(ymin, ymax, ny)`?