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 5e3bab4 commit 95e0709Copy full SHA for 95e0709
1 file changed
lib/matplotlib/text.pyi
@@ -101,7 +101,7 @@ class Text(Artist):
101
def get_parse_math(self) -> bool: ...
102
def set_fontname(self, fontname: str | Iterable[str]): ...
103
def get_antialiased(self) -> bool: ...
104
- def set_antialiased(self, b: bool): ...
+ def set_antialiased(self, antialiased: bool): ...
105
106
class OffsetFrom:
107
def __init__(
0 commit comments