标签: matplotlib heatmap hexagonal-tiles
我有三个数据列表,长度为35:X,Y和Z.我做
plt.hexbin(X, Y, C=Z, gridsize=35)
得出以下图表。如何摆脱白人?