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

Skip to content

Commit ad3859a

Browse files
committed
Merge pull request matplotlib#1436 from pelson/bbox_anchor_error_fix
Exception message improvement.
2 parents dd3d68e + 0859205 commit ad3859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines 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)