Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e98fa commit 7718b15Copy full SHA for 7718b15
1 file changed
examples/mplot3d/trisurf3d_demo.py
@@ -27,6 +27,6 @@
27
fig = plt.figure()
28
ax = fig.gca(projection='3d')
29
30
-ax.plot_trisurf(x, y, z, cmap=cm.jet, linewidth=0.2, antialiased=True)
+ax.plot_trisurf(x, y, z, linewidth=0.2, antialiased=True)
31
32
plt.show()
0 commit comments