Skip to content

Commit 4430355

Browse files
authored
Apply suggestion from @timhoffm
1 parent 28a819d commit 4430355

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/matplotlib/axis.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,7 @@ def get_minorticklines(self):
17221722
instances; see :ref:`axes-tick-objects`.
17231723
17241724
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.
1725+
to define and query tick styling; see :ref:`axes-ticks-styling`.
17281726
"""
17291727
lines = []
17301728
ticks = self.get_minor_ticks()

0 commit comments

Comments
 (0)