Matplotlib: How to remove guidelines in trisurf (3D surface)

后端 未结 0 1723
感动是毒
感动是毒 2021-02-14 06:36

I want to eliminate those white triangle-shaped lines in my plot but I dont know how. Thanks

fig = plt.figure()
ax = Axes3D(fig)
surf = ax.plot_trisurf(x, y, z, s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题