Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a79df08

Browse files
tacaswellMeeseeksDev[bot]
authored andcommitted
Backport PR #11149: Modified the plot width of the matshow() example in order to fit margin…
1 parent 758e965 commit a79df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/images_contours_and_fields/matshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ def samplemat(dims):
1818

1919

2020
# Display matrix
21-
plt.matshow(samplemat((15, 35)))
21+
plt.matshow(samplemat((15, 15)))
2222

2323
plt.show()

0 commit comments

Comments
 (0)