We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a32d7 commit 9e2d9c3Copy full SHA for 9e2d9c3
lib/matplotlib/patches.pyi
@@ -74,7 +74,7 @@ class Patch(artist.Artist):
74
75
class Shadow(Patch):
76
patch: Patch
77
- def __init__(self, patch: Patch, ox: float, oy: float, *, shade: float = …, **kwargs) -> None: ...
+ def __init__(self, patch: Patch, ox: float, oy: float, *, shade: float = ..., **kwargs) -> None: ...
78
79
class Rectangle(Patch):
80
angle: float
0 commit comments