Matplotlib:如何在trisurf3D表面中删除准则

问题描述

我想消除情节中的那些白色三角形线,但我不知道如何做。谢谢

fig = plt.figure()
ax = Axes3D(fig)
surf = ax.plot_trisurf(x,y,z,shade=False,linewidth=1)
ax.set_xlabel('x')
ax.set_ylabel('y')
ax.set_title('Plot')

plt.show()

This is my plot output

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)