Skip to content

Commit eb12a6c

Browse files
DoriMGYour Name
authored andcommitted
DOC Removed spaces on empty lines and mixed spaced and tabs
1 parent f8035a3 commit eb12a6c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,11 +1544,12 @@ def loglog(self, *args, **kwargs):
15441544
def semilogx(self, *args, **kwargs):
15451545
"""
15461546
Make a plot with log scaling on the *x* axis.
1547-
1547+
15481548
Parameters
15491549
----------
15501550
basex : float, optional
1551-
Base of the *x* logarithm.
1551+
Base of the *x* logarithm. The scalar should be larger
1552+
than 1.
15521553
15531554
subsx : array_like, optional
15541555
The location of the minor xticks; *None* defaults to
@@ -1570,14 +1571,14 @@ def semilogx(self, *args, **kwargs):
15701571
:class:`~matplotlib.lines.Line2D` properties:
15711572
15721573
%(Line2D)s
1573-
1574+
15741575
See Also
15751576
--------
15761577
loglog : For example code and figure.
15771578
15781579
Notes
15791580
-----
1580-
*This function supports all the keyword arguments of
1581+
This function supports all the keyword arguments of
15811582
:func:`~matplotlib.pyplot.plot` and
15821583
:meth:`matplotlib.axes.Axes.set_xscale`.
15831584

0 commit comments

Comments
 (0)