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 ad3859a

Browse filesBrowse files
committed
Merge pull request #1436 from pelson/bbox_anchor_error_fix
Exception message improvement.
2 parents dd3d68e + 0859205 commit ad3859a
Copy full SHA for ad3859a

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.