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.
2 parents 0b6222b + fefa1cc commit 696fb85Copy full SHA for 696fb85
1 file changed
galleries/examples/images_contours_and_fields/image_demo.py
@@ -30,7 +30,7 @@
30
Z = (Z1 - Z2) * 2
31
32
fig, ax = plt.subplots()
33
-im = ax.imshow(Z, interpolation='bilinear', cmap=cm.RdYlGn,
+im = ax.imshow(Z, interpolation='bilinear', cmap=cm.RdYlBu,
34
origin='lower', extent=[-3, 3, -3, 3],
35
vmax=abs(Z).max(), vmin=-abs(Z).max())
36
0 commit comments