Skip to content

Commit 8ee3f14

Browse files
committed
Update interpolation_methods.py
Update according Phils suggestion.
1 parent 962ed31 commit 8ee3f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/images_contours_and_fields/interpolation_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
ax = ax.ravel()
2929

30-
for n, interp in enumerate(methods):
30+
for ax, interp_method in zip(axes, methods):
3131
ax[n].imshow(grid, interpolation=interp)
3232
ax[n].set_title(interp)
3333

0 commit comments

Comments
 (0)