File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments