Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 348e9fe

Browse files
authored
Merge pull request #16903 from anntzer/templatize-axiswrappers
Shorten implementation of Axes methods that just wrap Axis methods.
2 parents 9f821e4 + 1f62d29 commit 348e9fe

File tree

4 files changed

+181
-408
lines changed

4 files changed

+181
-408
lines changed

doc/api/next_api_changes/deprecations.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,7 @@ Setting the *orientation* of an ``eventplot()`` or `.EventCollection` to "none"
422422
or None is deprecated; set it to "horizontal" instead. Moreover, the two
423423
orientations ("horizontal" and "vertical") will become case-sensitive in the
424424
future.
425+
426+
*minor* kwarg to `.Axis.get_ticklocs` will become keyword-only
427+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
428+
Passing this argument positionally is deprecated.

0 commit comments

Comments
 (0)