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 04e1332 commit f1630a7Copy full SHA for f1630a7
doc/api/next_api_changes/removals/-AG.rst
lib/matplotlib/axis.pyi
@@ -222,14 +222,6 @@ class Axis(martist.Artist):
222
def set_major_locator(self, locator: Locator) -> None: ...
223
def set_minor_locator(self, locator: Locator) -> None: ...
224
def set_pickradius(self, pickradius: float) -> None: ...
225
- def set_ticklabels(
226
- self,
227
- labels: Iterable[str | Text],
228
- *,
229
- minor: bool = ...,
230
- fontdict: dict[str, Any] | None = ...,
231
- **kwargs
232
- ) -> list[Text]: ...
233
def set_ticks(
234
self,
235
ticks: ArrayLike,
0 commit comments