Skip to content

Commit 29825d2

Browse files
committed
Change defaults to settings in docstrings.
1 parent 5a5cb4c commit 29825d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3404,7 +3404,7 @@ def tick_params(self, axis='both', **kwargs):
34043404
34053405
Tick properties that are not explicitly set using the keyword
34063406
arguments remain unchanged unless *reset* is True. For the current
3407-
style defaults, see `.Axis.get_tick_params`.
3407+
style settings, see `.Axis.get_tick_params`.
34083408
34093409
Parameters
34103410
----------

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ def set_tick_params(self, which='major', reset=False, **kwargs):
920920
See Also
921921
--------
922922
.Axis.get_tick_params
923-
View the current style defaults for ticks, ticklabels, and
923+
View the current style settings for ticks, ticklabels, and
924924
gridlines.
925925
"""
926926
_api.check_in_list(['major', 'minor', 'both'], which=which)

0 commit comments

Comments
 (0)