Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58f1169

Browse files
committed
FIX nitpicks
1 parent 5b705a0 commit 58f1169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,7 +2924,7 @@ def set_xscale(self, value, **kwargs):
29242924
29252925
Parameters
29262926
----------
2927-
value : ["linear", "log", "symlog", "logit"]
2927+
value : {"linear", "log", "symlog", "logit"}
29282928
scaling strategy to apply
29292929
29302930
Notes
@@ -3220,7 +3220,7 @@ def set_yscale(self, value, **kwargs):
32203220
32213221
Parameters
32223222
----------
3223-
value : ["linear", "log", "symlog", "logit"]
3223+
value : {"linear", "log", "symlog", "logit"}
32243224
scaling strategy to apply
32253225
32263226
Notes
@@ -3311,7 +3311,7 @@ def get_yticklabels(self, minor=False, which=None):
33113311

33123312
def set_yticklabels(self, labels, fontdict=None, minor=False, **kwargs):
33133313
"""
3314-
Set the xtick labels with list of strings labels
3314+
Set the y-tick labels with list of strings labels
33153315
33163316
Parameters
33173317
----------

0 commit comments

Comments
 (0)