We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca0fd6 + 3e46526 commit 67f86daCopy full SHA for 67f86da
scripts/interpolations.py
@@ -13,7 +13,7 @@
13
subplot_kw={'xticks': [], 'yticks': []})
14
for ax, interp_method in zip(axs.flat, methods):
15
ax.imshow(Z, interpolation=interp_method, cmap='viridis',
16
- extent=[0,9,0,9])
+ extent=[0,9,0,9], rasterized=True)
17
ax.text(4.5, 1, str(interp_method), weight="bold", color="white", size=12,
18
transform=ax.transData, ha="center", va="center")
19
0 commit comments