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

Skip to content

Commit 0587629

Browse files
committed
Aspect-ratio handling noted in API_CHANGES
svn path=/trunk/matplotlib/; revision=2242
1 parent 9a256a9 commit 0587629

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

API_CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
1+
Modified aspect-ratio handling:
2+
Removed aspect kwarg from imshow
3+
Axes methods:
4+
set_aspect(self, aspect, adjustable=None, anchor=None)
5+
set_adjustable(self, adjustable)
6+
set_anchor(self, anchor)
7+
Pylab interface:
8+
axis('image')
29

310
API Changes in matplotlib-0.86
411

0 commit comments

Comments
 (0)