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

Skip to content

Commit 23e76c7

Browse files
committed
Remove invalid aspect kwarg from call to image().
svn path=/trunk/matplotlib/; revision=2555
1 parent 18fb208 commit 23e76c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/image_demo3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
figure(figsize=figsize)
1313

14-
im = imshow(lena, origin='lower', aspect='preserve')
14+
im = imshow(lena, origin='lower')
1515

1616
#savefig('image_demo3')
1717
show()

0 commit comments

Comments
 (0)