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.
2 parents 758e965 + a79df08 commit aaf7177Copy full SHA for aaf7177
1 file changed
examples/images_contours_and_fields/matshow.py
@@ -18,6 +18,6 @@ def samplemat(dims):
18
19
20
# Display matrix
21
-plt.matshow(samplemat((15, 35)))
+plt.matshow(samplemat((15, 15)))
22
23
plt.show()
0 commit comments