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 1cee0af

Browse filesBrowse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #23862: Remove triggering of deprecation warning in AnchoredEllipse
1 parent 190f4dd commit 1cee0af
Copy full SHA for 1cee0af

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/mpl_toolkits/axes_grid1/anchored_artists.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/anchored_artists.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def __init__(self, transform, width, height, angle, loc,
164164
Ellipse patch drawn.
165165
"""
166166
self._box = AuxTransformBox(transform)
167-
self.ellipse = Ellipse((0, 0), width, height, angle)
167+
self.ellipse = Ellipse((0, 0), width, height, angle=angle)
168168
self._box.add_artist(self.ellipse)
169169

170170
super().__init__(loc, pad=pad, borderpad=borderpad, child=self._box,

0 commit comments

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