Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 301 Bytes

File metadata and controls

9 lines (7 loc) · 301 Bytes

Unstructured co-ordinates

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.