标签: python matplotlib jupyter contour contourf
假设我想要绘制一个2D轮廓,其中一组点不必形成矩形(例如梯形或四边形元素)。形状通过一组带坐标(X,Y,Z)的点定义,其中X和Y定义形状,Z定义轮廓值。
我应该如何使用matplotlib模块?