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 f1c6320 commit 7689126Copy full SHA for 7689126
episodes/fig/source/06-blurring/create_blur_animation.py
@@ -130,7 +130,7 @@ def update(frame):
130
ax1.add_patch(k_rect)
131
ax1.add_patch(c_rect1)
132
133
- # Fix limits of the right image (without padding) so that it is the same size as the left image (with padding)
+ # 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)
134
ax2.set(
135
ylim=((img_pad.shape[0] - kernel_size / 2), -kernel_size / 2),
136
xlim=(-kernel_size / 2, (img_pad.shape[1] - kernel_size / 2))
0 commit comments