Thanks to visit codestin.com Credit goes to github.com
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 93d288e commit d066cc5Copy full SHA for d066cc5
1 file changed
lib/matplotlib/legend.pyi
@@ -118,6 +118,7 @@ class Legend(Artist):
118
def get_texts(self) -> list[Text]: ...
119
def set_alignment(self, alignment: Literal["center", "left", "right"]) -> None: ...
120
def get_alignment(self) -> Literal["center", "left", "right"]: ...
121
+ def set_loc(self, loc: str) -> None: ...
122
def set_title(
123
self, title: str, prop: FontProperties | str | pathlib.Path | None = ...
124
) -> None: ...
0 commit comments