Contours

I have a plane of temperature points. n * n * n points. I want to create contour lines to delineate between temperatures. I’ve figured out how to decide if there is a difference in temp between two points. I want to know if there are any special techniques for drawing the contour lines so they are fairly detailed.

Thanks