[Matplotlib-users] Why the V parameter in matplotlib.axes.Axes.contour must be increasing?

Xi Shen davidshen84 at gmail.com
Wed Aug 16 08:33:55 EDT 2017


Hi,

https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.contour.html 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.

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]?


Regards,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170816/eda35aeb/attachment.html>


More information about the Matplotlib-users mailing list