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

Skip to content

Commit 9ac0bb9

Browse files
committed
add arg zorder
1 parent e092093 commit 9ac0bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/quiver.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +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,
4849
**kwargs
4950
) -> None: ...
5051
@property

0 commit comments

Comments
 (0)