Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Unstructured coordinates

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.