Skip to content

Commit 5a5cb4c

Browse files
stefmolinjklymak
andauthored
Apply suggestions from code review
Co-authored-by: Jody Klymak <[email protected]>
1 parent 09fdafa commit 5a5cb4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/matplotlib/axis.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -967,13 +967,13 @@ def get_tick_params(self, which='major'):
967967
Returns
968968
-------
969969
dict
970-
Properties for styling *new* elements added to this axis.
970+
Properties for styling tick elements added to the axis.
971971
972972
Notes
973973
-----
974974
This method returns the appearance parameters for styling *new*
975975
elements added to this axis and may be different from the values
976-
on current elements, if they were modified directly by the user
976+
on current elements if they were modified directly by the user
977977
(e.g., via ``set_*`` methods on individual tick objects).
978978
979979
Examples
@@ -998,8 +998,6 @@ def get_tick_params(self, which='major'):
998998
'labelright': False,
999999
'gridOn': False}
10001000
1001-
This allows us to confirm without visual inspection of the plot
1002-
that our styling is having the desired effect.
10031001
10041002
"""
10051003
_api.check_in_list(['major', 'minor'], which=which)

0 commit comments

Comments
 (0)