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

Skip to content

Commit 02ee5fc

Browse files
committed
revise stub
1 parent 9ac0bb9 commit 02ee5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/quiver.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class QuiverKey(martist.Artist):
4545
labelpos: Literal["N", "S", "E", "W"] = ...,
4646
labelcolor: ColorType | None = ...,
4747
fontproperties: dict[str, Any] | None = ...,
48-
zorder: float,
48+
zorder: float | None = ...,
4949
**kwargs
5050
) -> None: ...
5151
@property

0 commit comments

Comments
 (0)