Thanks to visit codestin.com Credit goes to github.com
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 9fe6658 commit d61ac2aCopy full SHA for d61ac2a
examples/images_contours_and_fields/interpolation_methods.py
@@ -30,4 +30,4 @@
30
ax.imshow(grid, interpolation=interp_method, cmap='viridis')
31
ax.set_title(interp_method)
32
33
-plt.savefig("test.png")
+plt.show()
0 commit comments