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 6a8211e commit 603e484Copy full SHA for 603e484
galleries/examples/images_contours_and_fields/multi_image.py
@@ -63,8 +63,8 @@
63
#
64
# def sync_cmaps(changed_image):
65
# for im in images:
66
-# if changed_image.get_cmap() != im.get_cmap():
67
-# im.set_cmap(changed_image.get_cmap())
+# if changed_image.get_cmap() != im.get_cmap():
+# im.set_cmap(changed_image.get_cmap())
68
69
70
# im.callbacks.connect('changed', sync_cmaps)
0 commit comments