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 d147008 commit fb4a980Copy full SHA for fb4a980
1 file changed
examples/mplot3d/surface3d_radial_demo.py
@@ -18,7 +18,7 @@
18
X,Y = R*np.cos(P),R*np.sin(P)
19
20
Z = ((R**2 - 1)**2)
21
-ax.plot_surface(X, Y, Z, rstride=1, cstride=1, cmap=cm.jet)
+ax.plot_surface(X, Y, Z, rstride=1, cstride=1, cmap=cm.YlGnBu_r)
22
ax.set_zlim3d(0, 1)
23
ax.set_xlabel(r'$\phi_\mathrm{real}$')
24
ax.set_ylabel(r'$\phi_\mathrm{im}$')
0 commit comments