Skip to content

Commit 6920dc8

Browse files
committed
Add versionadded directive for get_tick_params().
1 parent 3456f38 commit 6920dc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,8 @@ def get_tick_params(self, which='major'):
959959
"""
960960
Get appearance parameters for ticks, ticklabels, and gridlines.
961961
962+
.. versionadded:: 3.7
963+
962964
Parameters
963965
----------
964966
which : {'major', 'minor'}, default: 'major'

0 commit comments

Comments
 (0)