Matplotlib.pyplot.contourf:多边形之间的线条或间隙?

时间:2013-05-14 18:46:42

标签: python matplotlib plot polygon contour

我正在尝试绘制填充的等高线图,但每个多边形的边缘都是白色。

我尝试使用linewidth=0linewidths=0edgecolor=None和其他一些内容进行转换。我开始认为它是多边形之间的舍入错误类型差距,但我不知道。任何帮助将不胜感激。

这就是我的意思:左下角和右上角,用

制作
plt.contourf(X,Y,S,20,cmap=get_cmap('PiYG'),linewidths=0,edgecolor=None)

enter image description here

1 个答案:

答案 0 :(得分:0)

我升级到matplotlib 1.1.1rc(来自ubuntu 12.04)

它现在看起来像(相同的函数调用) - 你可以看到白边已经消失了。在矢量图形版本中,差异更明显。

enter image description here