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 f494913 commit 77fa33fCopy full SHA for 77fa33f
doc/api/api_changes/2017-11-13-TH.rst
@@ -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