Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit77fa33f

Browse files
committed
add api_changes
1 parentf494913 commit77fa33f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎doc/api/api_changes/2017-11-13-TH.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Internal handling of axis ticks optimized
2+
-----------------------------------------
3+
4+
No officially documented parts of the API have changed. However, you may have
5+
implicitly relied on a certain behavior.
6+
7+
`Axis.majorTicks` and `Axis.minorTicks` are deprecated
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
The undocumented attributes `majorTicks` and `minorTicks` of
11+
:class:`matplotlib.axis.Axis` are now explicitly considered private and may be
12+
removed in the future. Please uses:meth:`matplotlib.axis.Axis.get_major_ticks`
13+
and:meth:`matplotlib.axis.Axis.get_minor_ticks` only.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp