8000 Remove range notes on log docstrings · matplotlib/matplotlib@e0ff766 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0ff766

Browse files
committed
Remove range notes on log docstrings
1 parent 34dee02 commit e0ff766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ def loglog(self, *args, **kwargs):
16331633
Parameters
16341634
----------
16351635
basex, basey : scalar, optional, default 10
1636-
Base of the x/y logarithm. Must be > 1.
1636+
Base of the x/y logarithm.
16371637
16381638
subsx, subsy : sequence, optional
16391639
The location of the minor x/y ticks; *None* defaults to autosubs,
@@ -1693,7 +1693,7 @@ def semilogx(self, *args, **kwargs):
16931693
Parameters
16941694
----------
16951695
basex : scalar, optional, default 10
1696-
Base of the x logarithm. The value should be larger than 1.
1696+
Base of the x logarithm.
16971697
16981698
subsx : array_like, optional
16991699
The location of the minor xticks. *None* defaults to autosubs,
@@ -1747,7 +1747,7 @@ def semilogy(self, *args, **kwargs):
17471747
Parameters
17481748
----------
17491749
basey : scalar, optional, default 10
1750-
Base of the y logarithm. The value should be larger than 1.
1750+
Base of the y logarithm.
17511751
17521752
subsy : array_like, optional
17531753
The location of the minor yticks. *None* defaults to autosubs,

0 commit comments

Comments
 (0)
0