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 52452f9 + 2ce8973 commit d6dcc71Copy full SHA for d6dcc71
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