This question is about the matploblib contourf function. (https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axes.Axes.contourf.html)
The documentation for the function describes the levels argument as
levels : int or array-like, optional
If array-like, draw contour lines at the specified levels. The values must be in increasing order.
My question is what do these levels of contour mean? Are they referring to the number density of points in the x-y plane?