@@ -2935,7 +2935,7 @@ def set_xscale(self, value, **kwargs):
2935
2935
----------
2936
2936
value : ["linear", "log", "symlog", "logit"]
2937
2937
scaling strategy to apply
2938
-
2938
+
2939
2939
Notes
2940
2940
-----
2941
2941
Different kwargs are accepted, depending on the scale. See
@@ -2949,7 +2949,7 @@ def set_xscale(self, value, **kwargs):
2949
2949
2950
2950
matplotlib.scale.SymmetricalLogTransform : symlog transform
2951
2951
2952
- matplotlib.scale.LogisticTransform : logit transform
2952
+ matplotlib.scale.LogisticTransform : logit transform
2953
2953
"""
2954
2954
# If the scale is being set to log, clip nonposx to prevent headaches
2955
2955
# around zero
@@ -3034,7 +3034,7 @@ def set_xticklabels(self, labels, fontdict=None, minor=False, **kwargs):
3034
3034
3035
3035
Other Parameters
3036
3036
-----------------
3037
- kwargs : `~matplotlib.text.Text` properties.
3037
+ ** kwargs : `~matplotlib.text.Text` properties.
3038
3038
"""
3039
3039
if fontdict is not None :
3040
3040
kwargs .update (fontdict )
@@ -3232,7 +3232,7 @@ def set_yscale(self, value, **kwargs):
3232
3232
----------
3233
3233
value : ["linear", "log", "symlog", "logit"]
3234
3234
scaling strategy to apply
3235
-
3235
+
3236
3236
Notes
3237
3237
-----
3238
3238
Different kwargs are accepted, depending on the scale. See
@@ -3335,8 +3335,7 @@ def set_yticklabels(self, labels, fontdict=None, minor=False, **kwargs):
3335
3335
3336
3336
Other Parameters
3337
3337
----------------
3338
- kwargs : `~matplotlib.text.Text` properties.
3339
-
3338
+ **kwargs : `~matplotlib.text.Text` properties.
3340
3339
"""
3341
3340
if fontdict is not None :
3342
3341
kwargs .update (fontdict )
0 commit comments