We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a819d commit 4430355Copy full SHA for 4430355
1 file changed
lib/matplotlib/axis.py
@@ -1722,9 +1722,7 @@ def get_minorticklines(self):
1722
instances; see :ref:`axes-tick-objects`.
1723
1724
You should generally use `.Axis.set_tick_params` / `.Axis.get_tick_params`
1725
- to define and query tick styling; see :ref:`axes-ticks-styling`. Working
1726
- directly with the tick line objects is typically not necessary, except for
1727
- very special customizations.
+ to define and query tick styling; see :ref:`axes-ticks-styling`.
1728
"""
1729
lines = []
1730
ticks = self.get_minor_ticks()
0 commit comments