@@ -1544,40 +1544,40 @@ def loglog(self, *args, **kwargs):
15441544 def semilogx (self , * args , ** kwargs ):
15451545 """
15461546 Make a plot with log scaling on the *x* axis.
1547-
1548- Parameters
1549- ----------
1550- basex : float, optional
1551- Base of the *x* logarithm.
1547+
1548+ Parameters
1549+ ----------
1550+ basex : float, optional
1551+ Base of the *x* logarithm.
15521552
1553- subsx : array_like, optional
1554- The location of the minor xticks; *None* defaults to
1553+ subsx : array_like, optional
1554+ The location of the minor xticks; *None* defaults to
15551555 autosubs, which depend on the number of decades in the
15561556 plot; see :meth:`~matplotlib.axes.Axes.set_xscale` for
15571557 details.
15581558
1559- nonposx : string, optional, {'mask', 'clip'}
1560- Non-positive values in *x* can be masked as
1559+ nonposx : string, optional, {'mask', 'clip'}
1560+ Non-positive values in *x* can be masked as
15611561 invalid, or clipped to a very small positive number.
15621562
1563- Returns
1564- -------
1565- `~matplotlib.pyplot.plot`
1566- Log-scaled plot on the *x* axis.
1563+ Returns
1564+ -------
1565+ `~matplotlib.pyplot.plot`
1566+ Log-scaled plot on the *x* axis.
15671567
1568- Other Parameters
1568+ Other Parameters
15691569 ----------------
15701570 :class:`~matplotlib.lines.Line2D` properties:
15711571
15721572 %(Line2D)s
15731573
1574- See Also
1575- --------
1576- loglog : For example code and figure.
1574+ See Also
1575+ --------
1576+ loglog : For example code and figure.
15771577
1578- Notes
1579- -----
1580- *This function supports all the keyword arguments of
1578+ Notes
1579+ -----
1580+ *This function supports all the keyword arguments of
15811581 :func:`~matplotlib.pyplot.plot` and
15821582 :meth:`matplotlib.axes.Axes.set_xscale`.
15831583
0 commit comments