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

Skip to content

Commit 603e484

Browse files
committed
[DOC] Fix indentation in sync_cmaps example
1 parent 6a8211e commit 603e484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/examples/images_contours_and_fields/multi_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
#
6464
# def sync_cmaps(changed_image):
6565
# for im in images:
66-
# if changed_image.get_cmap() != im.get_cmap():
67-
# im.set_cmap(changed_image.get_cmap())
66+
# if changed_image.get_cmap() != im.get_cmap():
67+
# im.set_cmap(changed_image.get_cmap())
6868
#
6969
# for im in images:
7070
# im.callbacks.connect('changed', sync_cmaps)

0 commit comments

Comments
 (0)