@@ -1634,7 +1634,7 @@ def loglog(self, *args, **kwargs):
1634
1634
Parameters
1635
1635
----------
1636
1636
basex, basey : scalar, optional, default 10
1637
- Base of the x/y logarithm. Must be > 1.
1637
+ Base of the x/y logarithm.
1638
1638
1639
1639
subsx, subsy : sequence, optional
1640
1640
The location of the minor x/y ticks; *None* defaults to autosubs,
@@ -1694,7 +1694,7 @@ def semilogx(self, *args, **kwargs):
1694
1694
Parameters
1695
1695
----------
1696
1696
basex : scalar, optional, default 10
1697
- Base of the x logarithm. The value should be larger than 1.
1697
+ Base of the x logarithm.
1698
1698
1699
1699
subsx : array_like, optional
1700
1700
The location of the minor xticks. *None* defaults to autosubs,
@@ -1748,7 +1748,7 @@ def semilogy(self, *args, **kwargs):
1748
1748
Parameters
1749
1749
----------
1750
1750
basey : scalar, optional, default 10
1751
- Base of the y logarithm. The value should be larger than 1.
1751
+ Base of the y logarithm.
1752
1752
1753
1753
subsy : array_like, optional
1754
1754
The location of the minor yticks. *None* defaults to autosubs,
0 commit comments