Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8035a3

Browse files
DoriMGYour Name
authored and
Your Name
committed
DOC Replaced tabs with spaces
1 parent4d80e7f commitf8035a3

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

‎lib/matplotlib/axes/_axes.py

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,40 +1544,40 @@ def loglog(self, *args, **kwargs):
15441544
defsemilogx(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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp