@@ -1544,40 +1544,40 @@ def loglog(self, *args, **kwargs):
1544
1544
def semilogx (self ,* args ,** kwargs ):
1545
1545
"""
1546
1546
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.
1552
1552
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
1555
1555
autosubs, which depend on the number of decades in the
1556
1556
plot; see :meth:`~matplotlib.axes.Axes.set_xscale` for
1557
1557
details.
1558
1558
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
1561
1561
invalid, or clipped to a very small positive number.
1562
1562
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.
1567
1567
1568
- Other Parameters
1568
+ Other Parameters
1569
1569
----------------
1570
1570
:class:`~matplotlib.lines.Line2D` properties:
1571
1571
1572
1572
%(Line2D)s
1573
1573
1574
- See Also
1575
- --------
1576
- loglog : For example code and figure.
1574
+ See Also
1575
+ --------
1576
+ loglog : For example code and figure.
1577
1577
1578
- Notes
1579
- -----
1580
- *This function supports all the keyword arguments of
1578
+ Notes
1579
+ -----
1580
+ *This function supports all the keyword arguments of
1581
1581
:func:`~matplotlib.pyplot.plot` and
1582
1582
:meth:`matplotlib.axes.Axes.set_xscale`.
1583
1583