Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f411df5

Browse filesBrowse files
authored
Merge pull request #29069 from meeseeksmachine/auto-backport-of-pr-29068-on-v3.10.x
Backport PR #29068 on branch v3.10.x ([DOC] Fix indentation in sync_cmaps example)
2 parents 712cf71 + 68fdc8a commit f411df5
Copy full SHA for f411df5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎galleries/examples/images_contours_and_fields/multi_image.py

Copy file name to clipboardExpand all lines: galleries/examples/images_contours_and_fields/multi_image.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.