<div dir="ltr">Hi,<div><br></div><div><a href="https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.contour.html">https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.contour.html</a> says the contour function accept a vector parameter V which must be in increasing value. But the contour function in MATLAB does not have this restriction.<br></div><div><br></div><div>I understand the underlining implementation of these two functions could be very different. I want to understand what is the purpose of this restriction, and if it possible to create a contour image the same as MATLAB does by using contour with V = [0 0]?</div><div><br></div><div><br></div><div>Regards,</div><div>David</div><div><br></div></div>