Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1630a7

Browse filesBrowse files
committed
Removed the deprecated code for
1 parent 04e1332 commit f1630a7
Copy full SHA for f1630a7

File tree

Expand file treeCollapse file tree

2 files changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-8
lines changed

‎doc/api/next_api_changes/removals/-AG.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/removals/-AG.rst
Whitespace-only changes.

‎lib/matplotlib/axis.pyi

Copy file name to clipboardExpand all lines: lib/matplotlib/axis.pyi
-8Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,6 @@ class Axis(martist.Artist):
222222
def set_major_locator(self, locator: Locator) -> None: ...
223223
def set_minor_locator(self, locator: Locator) -> None: ...
224224
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]: ...
233225
def set_ticks(
234226
self,
235227
ticks: ArrayLike,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.