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