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 807d662 commit da898eeCopy full SHA for da898ee
lib/matplotlib/axes/_base.pyi
@@ -131,8 +131,8 @@ class _AxesBase(martist.Artist):
131
self,
132
axes: _AxesBase,
133
prop_name: str,
134
- valid_types: list[type] | None = ...,
135
- invalid_types: tuple[type] | None = ...,
+ valid_types: type | Iterable[type] | None = ...,
+ invalid_types: type | Iterable[type] | None = ...,
136
) -> None: ...
137
def __len__(self) -> int: ...
138
def __iter__(self) -> Iterator[Artist]: ...
0 commit comments