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

Skip to content

Commit 9231c4c

Browse files
committed
remove note to self
1 parent 2ac91ec commit 9231c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/poormans_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Z = Z2 - Z1 # difference of Gaussians
2020

2121
cmap = cm.get_cmap('PiYG', 11) # 11 discrete colors
22-
#NORM
22+
2323
im = imshow(Z, cmap=cmap, interpolation='bilinear', vmax=abs(Z).max(), vmin=-abs(Z).max())
2424
axis('off')
2525
colorbar()

0 commit comments

Comments
 (0)