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

Skip to content

Commit 4680c62

Browse files
committed
Remove range notes on log docstrings
1 parent c600051 commit 4680c62

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
@@ -1634,7 +1634,7 @@ def loglog(self, *args, **kwargs):
16341634
Parameters
16351635
----------
16361636
basex, basey : scalar, optional, default 10
1637-
Base of the x/y logarithm. Must be > 1.
1637+
Base of the x/y logarithm.
16381638
16391639
subsx, subsy : sequence, optional
16401640
The location of the minor x/y ticks; *None* defaults to autosubs,
@@ -1694,7 +1694,7 @@ def semilogx(self, *args, **kwargs):
16941694
Parameters
16951695
----------
16961696
basex : scalar, optional, default 10
1697-
Base of the x logarithm. The value should be larger than 1.
1697+
Base of the x logarithm.
16981698
16991699
subsx : array_like, optional
17001700
The location of the minor xticks. *None* defaults to autosubs,
@@ -1748,7 +1748,7 @@ def semilogy(self, *args, **kwargs):
17481748
Parameters
17491749
----------
17501750
basey : scalar, optional, default 10
1751-
Base of the y logarithm. The value should be larger than 1.
1751+
Base of the y logarithm.
17521752
17531753
subsy : array_like, optional
17541754
The location of the minor yticks. *None* defaults to autosubs,

0 commit comments

Comments
 (0)
0