Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7718b15

Browse files
committed
Don't use jet
1 parent f0e98fa commit 7718b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/mplot3d/trisurf3d_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
fig = plt.figure()
2828
ax = fig.gca(projection='3d')
2929

30-
ax.plot_trisurf(x, y, z, cmap=cm.jet, linewidth=0.2, antialiased=True)
30+
ax.plot_trisurf(x, y, z, linewidth=0.2, antialiased=True)
3131

3232
plt.show()

0 commit comments

Comments
 (0)