@@ -2947,20 +2947,20 @@ def locator_params(self, axis='both', tight=None, **kwargs):
2947
2947
def tick_params (self , axis = 'both' , ** kwargs ):
2948
2948
"""Change the appearance of ticks, tick labels, and gridlines.
2949
2949
2950
+ Tick properties that are not explicitly set using the keyword
2951
+ arguments remain unchanged unless *reset* is True.
2952
+
2950
2953
Parameters
2951
2954
----------
2952
- axis : {'x', 'y', 'both'}, optional
2953
- Which axis to apply the parameters to.
2955
+ axis : {'x', 'y', 'both'}, default: 'both'
2956
+ The axis to which the parameters are applied.
2957
+ which : {'major', 'minor', 'both'}, default: 'major'
2958
+ The group of ticks to which the parameters are applied.
2959
+ reset : bool, default: False
2960
+ Whether to reset the ticks to defaults before updating them.
2954
2961
2955
2962
Other Parameters
2956
2963
----------------
2957
- axis : {'x', 'y', 'both'}
2958
- Axis on which to operate; default is 'both'.
2959
- reset : bool, default: False
2960
- If *True*, set all parameters to defaults before processing other
2961
- keyword arguments.
2962
- which : {'major', 'minor', 'both'}
2963
- Default is 'major'; apply arguments to *which* ticks.
2964
2964
direction : {'in', 'out', 'inout'}
2965
2965
Puts ticks inside the axes, outside the axes, or both.
2966
2966
length : float
0 commit comments