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 2ac91ec commit 9231c4cCopy full SHA for 9231c4c
1 file changed
examples/pylab_examples/poormans_contour.py
@@ -19,7 +19,7 @@
19
Z = Z2 - Z1 # difference of Gaussians
20
21
cmap = cm.get_cmap('PiYG', 11) # 11 discrete colors
22
-#NORM
+
23
im = imshow(Z, cmap=cmap, interpolation='bilinear', vmax=abs(Z).max(), vmin=-abs(Z).max())
24
axis('off')
25
colorbar()
0 commit comments