Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60ba70f

Browse filesBrowse files
committed
Merge branch 'v1.2.x' of github.com:matplotlib/matplotlib into v1.2.x
2 parents e5b6317 + ad3859a commit 60ba70f
Copy full SHA for 60ba70f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def set_anchor(self, anchor):
11201120
self._anchor = anchor
11211121
else:
11221122
raise ValueError('argument must be among %s' %
1123-
', '.join(mtransforms.BBox.coefs.keys()))
1123+
', '.join(mtransforms.Bbox.coefs.keys()))
11241124

11251125
def get_data_ratio(self):
11261126
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.