Skip to content

Commit 7689126

Browse files
author
Marco Dalla Vecchia
committed
rephrased references to left and right side images for clarity
1 parent f1c6320 commit 7689126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/fig/source/06-blurring/create_blur_animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def update(frame):
130130
ax1.add_patch(k_rect)
131131
ax1.add_patch(c_rect1)
132132

133-
# Fix limits of the right image (without padding) so that it is the same size as the left image (with padding)
133+
# Fix limits of the image on the right (without padding) so that it is the same size as the image on the left (with padding)
134134
ax2.set(
135135
ylim=((img_pad.shape[0] - kernel_size / 2), -kernel_size / 2),
136136
xlim=(-kernel_size / 2, (img_pad.shape[1] - kernel_size / 2))

0 commit comments

Comments
 (0)