You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we collect data z at coordinates (x,y) and want to visualize
as a contour. Instead of gridding the data and then using
~.axes.Axes.contour, we can use a triangulation algorithm and fill the
triangles.